Files
wasmtime/cranelift/simplejit
Daniel 16441ed70a SimpleJIT - Add a Drop impl to PtrLen (#1001)
* Implement SimpleJIT deallocation for non-windows targets.

* Remove custom Drop from feature(selinux-fix).

* Fix typo in unprotect error message.

* Drop SimpleJIT memory by default and add free_memory method instead.

* Move free_memory to a handle returned by Module::finish.

* Reduce memory handle content to necessary fields only.

* Use lower overhead method for leaking.
2019-11-05 20:12:34 -08:00
..
2019-11-05 13:59:19 -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.