Files
wasmer/lib/jit
2020-05-01 12:58:23 -07:00
..
2020-05-01 12:58:23 -07:00
2020-04-21 22:13:57 -07:00

Wasmer JIT

The Wasmer JIT is usable with any compiler implementation based on wasmer-compiler. After the compiler process the result, the JIT pushes it into memory and links it's contents so it can be usable by the wasmer api.

Note: this project started as a subfork of this crate.