Crate wasmer_engine_jit[−][src]
JIT backend for Wasmer compilers.
Given a compiler (such as CraneliftCompiler
or LLVMCompiler
)
it generates the compiled machine code, and publishes it into
memory so it can be used externally.
Structs
CodeMemory | Memory manager for executable code. |
JIT | The JIT builder |
JITArtifact | A compiled wasm module, ready to be instantiated. |
JITEngine | A WebAssembly |
Constants
VERSION | Version number of this crate. |
Functions
link_module | Links a module, patching the allocated functions with the required relocations and jump tables. |