mirror of
https://github.com/fluencelabs/wasmer
synced 2025-07-12 06:41:32 +00:00
Modify imports macro to work with all things that are exports
This commit is contained in:
@ -39,7 +39,7 @@ pub mod prelude {
|
||||
MemoryIndex, TableIndex, Type, Value,
|
||||
};
|
||||
pub use crate::vm;
|
||||
pub use crate::{export_func, imports};
|
||||
pub use crate::{func, imports};
|
||||
}
|
||||
|
||||
/// Compile a [`Module`] using the provided compiler from
|
||||
|
Reference in New Issue
Block a user