Merge branch 'feat-api-re-export' into feat-deprecated-runtime-core

This commit is contained in:
Ivan Enderlin
2020-06-25 11:17:02 +02:00
3 changed files with 6 additions and 4 deletions

View File

@@ -3,7 +3,9 @@ mod global;
mod memory;
mod table;
pub use self::function::{Function, HostFunction, WasmExternType, WasmTypeList};
pub use self::function::{
Function, HostFunction, WasmExternType, WasmTypeList, WithEnv, WithoutEnv,
};
pub use self::global::Global;
pub use self::memory::Memory;
pub use self::table::Table;