Rename wasm-common crate to wasmer-types

This commit is contained in:
Mark McCaskey
2020-08-13 17:59:26 -07:00
parent 518e0f3222
commit 5049c543dc
108 changed files with 206 additions and 207 deletions

View File

@@ -92,7 +92,7 @@ pub use crate::translator::{
pub use crate::trap::TrapInformation;
pub use crate::unwind::CompiledFunctionUnwindInfo;
pub use wasm_common::Features;
pub use wasmer_types::Features;
#[cfg(feature = "translator")]
/// wasmparser is exported as a module to slim compiler dependencies