mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-10 14:48:27 +00:00
Make JIT engine optional in API
This commit is contained in:
@@ -31,6 +31,7 @@ pub use wasmer_compiler::{CompilerConfig, Features, Target};
|
||||
pub use wasmer_engine::{
|
||||
DeserializeError, Engine, InstantiationError, LinkError, RuntimeError, SerializeError,
|
||||
};
|
||||
#[cfg(feature = "engine-jit")]
|
||||
pub use wasmer_engine_jit::JITEngine;
|
||||
|
||||
#[cfg(feature = "compiler-singlepass")]
|
||||
|
||||
Reference in New Issue
Block a user