Files
wasmtime/lib/simplejit/README.md
Dan Gohman d2943ec32d Add a minimal SimpleJIT example program.
This minimally demonstrates usage of the API, and serves as a very small
testcase to test that the basic JIT mechanisms are working.
2018-08-28 16:13:23 -07:00

325 B

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.