mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-06-12 06:21:40 +00:00
Move out func
This commit is contained in:
@ -141,6 +141,7 @@ mod store;
|
||||
mod host;
|
||||
mod imports;
|
||||
mod global;
|
||||
mod func;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
@ -152,5 +153,6 @@ pub use self::program::ProgramInstance;
|
||||
pub use self::value::RuntimeValue;
|
||||
pub use self::host::{HostModule, HostModuleBuilder, Func1, AnyFunc, AsReturnVal, FromArg};
|
||||
pub use self::imports::{ImportResolver, Imports};
|
||||
pub use self::store::{FuncInstance, ModuleInstance};
|
||||
pub use self::store::{ModuleInstance};
|
||||
pub use self::global::GlobalInstance;
|
||||
pub use self::func::FuncInstance;
|
||||
|
Reference in New Issue
Block a user