mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-06-28 22:22:02 +00:00
module scaffolding and such
This commit is contained in:
@ -4,4 +4,5 @@ mod invoke;
|
||||
mod module;
|
||||
mod code;
|
||||
|
||||
pub use self::module::{module, ModuleBuilder};
|
||||
pub use self::module::{module, ModuleBuilder};
|
||||
pub use self::code::function;
|
Reference in New Issue
Block a user