Files
wasmtime/lib/simplejit
bjorn3 c2069762ef Declare br_table otherwise ebb as predecessor (#551)
* Declare br_table otherwise ebb as predecessor (fixes #545)
2018-10-09 15:38:16 -07:00
..
2018-09-21 21:39:41 -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.