Merge branch 'master' into fix-vm-leak

This commit is contained in:
Ivan Enderlin
2020-11-23 17:37:21 +01:00
76 changed files with 1502 additions and 1132 deletions

View File

@@ -6,6 +6,9 @@ mod table;
pub use self::function::{
FromToNativeWasmType, Function, HostFunction, WasmTypeList, WithEnv, WithoutEnv,
};
#[cfg(feature = "deprecated")]
pub use self::function::{UnsafeMutableEnv, WithUnsafeMutableEnv};
pub use self::global::Global;
pub use self::memory::Memory;
pub use self::table::Table;