mirror of
https://github.com/fluencelabs/wasmer
synced 2025-07-01 01:21:32 +00:00
Added module.info.exports for O(1) retrieval
This commit is contained in:
@ -16,7 +16,7 @@ use wasmparser;
|
||||
pub use self::errors::{Error, ErrorKind};
|
||||
pub use self::instance::Instance;
|
||||
pub use self::memory::LinearMemory;
|
||||
pub use self::module::Module;
|
||||
pub use self::module::{Export, Module, ModuleInfo};
|
||||
|
||||
pub struct ResultObject {
|
||||
/// A webassembly::Module object representing the compiled WebAssembly module.
|
||||
|
Reference in New Issue
Block a user