Added native engine feature to wasmer api

This commit is contained in:
Syrus
2020-05-18 17:49:20 -07:00
parent f3bb2241f0
commit 7b85c5d4a6
4 changed files with 20 additions and 2 deletions

View File

@@ -66,5 +66,8 @@ pub use wasmer_compiler_llvm::LLVMConfig;
#[cfg(feature = "jit")]
pub use wasmer_engine_jit::JITEngine;
#[cfg(feature = "native")]
pub use wasmer_engine_native::NativeEngine;
/// Version number of this crate.
pub const VERSION: &str = env!("CARGO_PKG_VERSION");