mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-22 16:35:33 +00:00
cli: add a log message about what backend are we running with
Signed-off-by: Charalampos Mitrodimas <charalampos@wasmer.io>
This commit is contained in:
committed by
edoardo
parent
2079b08195
commit
3a22e7969c
@ -190,6 +190,9 @@ impl Run {
|
||||
}
|
||||
};
|
||||
|
||||
let engine_kind = engine.deterministic_id();
|
||||
tracing::info!("Executing on backend {engine_kind:?}");
|
||||
|
||||
#[cfg(feature = "sys")]
|
||||
if engine.is_sys() {
|
||||
if self.stack_size.is_some() {
|
||||
|
Reference in New Issue
Block a user