mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-10 14:48:27 +00:00
Got half-baked engine
This commit is contained in:
@@ -28,7 +28,7 @@ pub use crate::types::{
|
||||
|
||||
pub use wasm_common::{ValueType, WasmExternType, WasmTypeList};
|
||||
pub use wasmer_compiler::{CompilerConfig, Features, Target};
|
||||
pub use wasmer_jit::{
|
||||
pub use wasmer_engine::{
|
||||
DeserializeError, InstantiationError, LinkError, RuntimeError, SerializeError,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user