Files
wasmtime/lib/simplejit
Dan Gohman 8fa0e6da99 Fix simplejit's memory size computations.
@steffengy noticed that the code to round allocation sizes up to the
neareset page size was incorrect. It was masking off the low bits rather
than the high bits.

Also, while here, add more comments to `Memory`'s implementation.
2018-04-30 17:08:37 -07:00
..
2018-04-27 06:10:15 -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.