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