Merge branch 'master' into feat-rename-wasmexterntype

This commit is contained in:
Ivan Enderlin
2020-07-02 11:23:08 +02:00
6 changed files with 13 additions and 706 deletions

View File

@@ -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;