Files
wasmtime/cranelift/jit
bjorn3 b803514d55 Remove sink arguments from compile_and_emit
The data can be accessed after the fact using context.mach_compile_result
2022-01-11 18:17:29 +01:00
..
2022-01-05 13:26:50 -06:00

This crate provides a JIT library that uses Cranelift.

This crate is extremely experimental.

See the example program for a brief overview of how to use this.