mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-10 14:48:27 +00:00
Improved compiler configuration
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user