Make compilers feature-configurable

This commit is contained in:
Syrus
2020-05-02 15:17:18 -07:00
parent 6b2a0edc93
commit 4e36cf987b
6 changed files with 28 additions and 20 deletions

View File

@@ -27,7 +27,7 @@ pub use crate::types::{
};
pub use wasm_common::{ValueType, WasmExternType, WasmTypeList};
pub use wasmer_compiler::CompilerConfig;
pub use wasmer_compiler::{CompilerConfig, Features, Target};
pub use wasmer_jit::{
DeserializeError, InstantiationError, LinkError, RuntimeError, SerializeError,
};