Refactor the compilation and instantiation pipeline.
wasmtime-execute is now wasmtime-jit. Move `JITCode` and the TargetIsa into a new `Compiler` type. `InstancePlus` is no more, with trampoline functionality now handled by `Compiler`.
This commit is contained in:
@@ -14,7 +14,7 @@ cranelift-codegen = "0.26.0"
|
||||
cranelift-native = "0.26.0"
|
||||
cranelift-wasm = "0.26.0"
|
||||
cranelift-entity = "0.26.0"
|
||||
wasmtime-execute = { path = "../execute" }
|
||||
wasmtime-jit = { path = "../jit" }
|
||||
wasmtime-runtime = { path = "../runtime" }
|
||||
wasmtime-environ = { path = "../environ" }
|
||||
wabt = "0.7"
|
||||
|
||||
Reference in New Issue
Block a user