Got half-baked engine

This commit is contained in:
Syrus
2020-05-02 18:41:05 -07:00
parent 9e107aa90d
commit d25f47d54d
27 changed files with 363 additions and 190 deletions

View File

@@ -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,
};