mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-06-28 22:22:02 +00:00
Merge branch 'master' into interpreter
This commit is contained in:
@ -7,7 +7,11 @@ mod misc;
|
||||
mod import;
|
||||
mod memory;
|
||||
mod table;
|
||||
mod export;
|
||||
mod global;
|
||||
|
||||
pub use self::module::{module, from_module, ModuleBuilder};
|
||||
pub use self::code::{signatures, signature, function};
|
||||
pub use self::import::import;
|
||||
pub use self::import::import;
|
||||
pub use self::export::export;
|
||||
pub use self::global::global;
|
Reference in New Issue
Block a user