Files
wasmtime/cranelift/simplejit
bjorn3 5df5bbbdca Fix usage of default_libcall_names (#2378)
* Fix usage of default_libcall_names

* Add basic cranelift-object test

It is based on a test with the same name in cranelift-simplejit
2020-11-09 10:33:56 -06:00
..
2020-09-30 19:58:12 +02:00
2020-09-30 19:58:12 +02:00
2020-11-05 09:39:53 -06: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.