Files
wasmtime/lib/simplejit
Dan Gohman 5c6cb202d8 Suppress cast_ptr_alignment clippy errors.
These are only used in places that use `write_unaligned`, so it's ok
that the pointer might be misaligned.
2018-04-17 17:04:56 -07:00
..
2018-04-17 10:58:33 -07:00
2018-04-17 10:52:36 -07:00

This crate provides a simple JIT library that uses Cretonne.

This crate is extremely experimental.