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

#1500 in WebAssembly

Download history 202/week @ 2024-01-05 243/week @ 2024-01-12 186/week @ 2024-01-19 152/week @ 2024-01-26 78/week @ 2024-02-02 218/week @ 2024-02-09 261/week @ 2024-02-16 271/week @ 2024-02-23 230/week @ 2024-03-01 329/week @ 2024-03-08 243/week @ 2024-03-15 352/week @ 2024-03-22 357/week @ 2024-03-29 224/week @ 2024-04-05 285/week @ 2024-04-12 213/week @ 2024-04-19

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

MIT OR Apache-2.0 WITH LLVM-exception

1MB
17K 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–8MB
~160K SLoC