Files
wasmtime/lib/simplejit
Dan Gohman 6e9c33a1ef Mark JIT memory as readable in addition to executable.
While we don't currently need this, we will for jump tables and constant
pools.
2018-09-19 20:11:37 -07:00
..
2018-07-17 12:48:27 -07:00

This crate provides a simple JIT library that uses Cranelift.

This crate is extremely experimental.

See the example program for a brief overview of how to use this.