Merge branch 'master' into native-engine

# Conflicts:
#	Cargo.lock
This commit is contained in:
Syrus
2020-05-19 13:45:39 -07:00
24 changed files with 3536 additions and 3328 deletions

View File

@@ -34,7 +34,7 @@ pub use wasmer_compiler::{Features, Target};
pub use wasmer_engine::{
DeserializeError, Engine, InstantiationError, LinkError, RuntimeError, SerializeError,
};
pub use wasmer_runtime::MemoryError;
pub use wasmer_runtime::{raise_user_trap, MemoryError};
// The compilers are mutually exclusive
#[cfg(any(