mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 13:18:20 +00:00
Merge branch 'master' into feat-rename-wasmexterntype
This commit is contained in:
4
lib/api/src/externals/mod.rs
vendored
4
lib/api/src/externals/mod.rs
vendored
@@ -3,7 +3,9 @@ mod global;
|
||||
mod memory;
|
||||
mod table;
|
||||
|
||||
pub use self::function::{FromToNativeWasmType, Function, HostFunction, WasmTypeList};
|
||||
pub use self::function::{
|
||||
FromToNativeWasmType, Function, HostFunction, WasmTypeList, WithEnv, WithoutEnv,
|
||||
};
|
||||
pub use self::global::Global;
|
||||
pub use self::memory::Memory;
|
||||
pub use self::table::Table;
|
||||
|
||||
Reference in New Issue
Block a user