11 releases (3 stable)

1.0.2 Feb 5, 2021
1.0.1 Jan 13, 2021
1.0.0-rc1 Dec 23, 2020
1.0.0-alpha5 Nov 6, 2020
1.0.0-alpha01.0 Aug 15, 2020

#1725 in WebAssembly

Download history 26/week @ 2024-12-25 222/week @ 2025-01-01 250/week @ 2025-01-08 538/week @ 2025-01-15 329/week @ 2025-01-22 260/week @ 2025-01-29 447/week @ 2025-02-05 390/week @ 2025-02-12 274/week @ 2025-02-19 376/week @ 2025-02-26 244/week @ 2025-03-05 552/week @ 2025-03-12 550/week @ 2025-03-19 362/week @ 2025-03-26 138/week @ 2025-04-02 342/week @ 2025-04-09

1,463 downloads per month
Used in 7 crates (2 directly)

MIT OR Apache-2.0 WITH LLVM-exception

1MB
20K SLoC

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.

Dependencies

~6–14MB
~167K SLoC