Files
wasmtime/lib/simplejit
Dan Gohman 9ada394d11 [SimpleJIT] When finalizing multiple functions, make them all executable at the end. (#474)
Add `publish()` function to cranelift-module's `Backend` trait, which
allows `finalize_all()` to defer making memory executable until it
has finished all of the patching it needs to do.
2018-08-28 15:27:52 -07:00
..
2018-07-17 12:48:27 -07:00
2018-07-13 09:15:16 -07:00

This crate provides a simple JIT library that uses Cranelift.

This crate is extremely experimental.