mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-12 13:28:49 +00:00
333 B
333 B
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.