Improved compiler configuration

This commit is contained in:
Syrus
2020-05-03 23:07:41 -07:00
parent 88253869a8
commit 03c77b3cf1
9 changed files with 43 additions and 19 deletions

View File

@@ -27,7 +27,10 @@ pub use crate::types::{
};
pub use wasm_common::{ValueType, WasmExternType, WasmTypeList};
pub use wasmer_compiler::{CompilerConfig, Features, Target};
pub use wasmer_compiler::{Features, Target};
#[cfg(feature = "compiler")]
pub use wasmer_compiler::CompilerConfig;
pub use wasmer_jit::{
DeserializeError, InstantiationError, LinkError, RuntimeError, SerializeError,
};