Files
wasmer/lib/engine-jit
2020-05-19 16:56:56 -07:00
..
2020-05-19 16:56:56 -07:00
2020-05-08 16:39:21 -07:00
2020-05-02 19:24:06 -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.

Acknowledgments

This project borrowed some of the code of the code memory and unwind tables from the wasmtime-jit, the code since then has evolved significantly.

Please check Wasmer ATTRIBUTIONS to further see licenses and other attributions of the project.