mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-16 17:18:57 +00:00
10 lines
333 B
Markdown
10 lines
333 B
Markdown
# 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](https://crates.io/crates/wasmtime-jit).
|