mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
use the fully qualified name for Ctx
This commit is contained in:
parent
765357e35d
commit
ad9dff5fd0
@ -82,6 +82,7 @@ use wasmer_runtime_core::import::ImportObject;
|
||||
use wasmer_runtime_core::types::Value;
|
||||
use wasmer_runtime_core::{{Instance, module::Module}};
|
||||
use wasmer_runtime_core::error::Result;
|
||||
use wasmer_runtime_core::vm::Ctx;
|
||||
|
||||
static IMPORT_MODULE: &str = r#"
|
||||
(module
|
||||
|
Loading…
Reference in New Issue
Block a user