Commit Graph

2 Commits

Author SHA1 Message Date
Dan Gohman
b646f9b4e0 Clarify a comment. 2019-01-03 11:48:43 -08:00
Dan Gohman
7592c99f3b 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`.
2019-01-03 11:47:55 -08:00