mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-13 00:51:20 +00:00
Modify imports macro to work with all things that are exports
This commit is contained in:
@ -83,7 +83,7 @@ pub use wasmer_runtime_core::vm::Ctx;
|
||||
pub use wasmer_runtime_core::{compile_with, validate};
|
||||
|
||||
pub use wasmer_runtime_core::error;
|
||||
pub use wasmer_runtime_core::imports;
|
||||
pub use wasmer_runtime_core::{imports, func};
|
||||
|
||||
pub mod wasm {
|
||||
pub use wasmer_runtime_core::instance::Function;
|
||||
|
Reference in New Issue
Block a user