Files
wasmtime/lib/simplejit
Dan Gohman 77eb38c41f [Module] Remove DataDescription's writable field.
It was redundant, as data object declarations also have a writable
field, so just use that, avoiding the need for users to declare the
same thing twice.

Fixes #456.
2018-08-20 16:17:46 -07:00
..
2018-08-14 12:55:34 -07:00
2018-07-17 12:48:27 -07:00
2018-07-13 09:15:16 -07:00

This crate provides a simple JIT library that uses Cranelift.

This crate is extremely experimental.