Crates.io | wasmer-engine-jit |
lib.rs | wasmer-engine-jit |
version | 1.0.2 |
source | src |
created_at | 2020-08-15 00:44:22.589416 |
updated_at | 2021-02-05 03:31:04.667442 |
description | Wasmer JIT Engine |
homepage | |
repository | https://github.com/wasmerio/wasmer |
max_upload_size | |
id | 276869 |
size | 52,178 |
wasmer-engine-jit
The Wasmer JIT engine is usable with any compiler implementation based
on wasmer-compiler
. After the compiler process the result, the JIT
pushes it into memory and links its contents so it can be usable by
the wasmer
API.
Note: you can find a full working example using the JIT engine here.
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.