Files
wasmtime/lib/simplejit
Dan Gohman 91477d21c8 Add an as_u32() member to entity_impl types.
This allows us to avoid a lot of casting indices back to u32.
2018-12-11 15:40:24 -05:00
..
2018-12-06 20:50:38 -05:00
2018-11-26 22:31:07 -08: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.