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