wasmer-engine-jit-near

Crates.iowasmer-engine-jit-near
lib.rswasmer-engine-jit-near
version1.0.1
sourcesrc
created_at2021-02-05 00:06:34.381399
updated_at2021-02-05 00:06:34.381399
descriptionWasmer JIT Engine
homepage
repositoryhttps://github.com/wasmerio/wasmer
max_upload_size
id350790
size52,434
Nikolay Igotti (olonho)

documentation

README

wasmer-engine-jit Build Status Join Wasmer Slack MIT License

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.

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.

Commit count: 17039

cargo fmt