10 releases (6 stable)

2.3.0 Jun 6, 2022
2.2.1 Mar 16, 2022
2.2.0 Feb 28, 2022
2.2.0-rc1 Jan 28, 2022
2.0.0 Jun 16, 2021

#1620 in WebAssembly

Download history 3549/week @ 2024-08-20 3795/week @ 2024-08-27 3433/week @ 2024-09-03 2712/week @ 2024-09-10 2647/week @ 2024-09-17 3413/week @ 2024-09-24 2889/week @ 2024-10-01 2823/week @ 2024-10-08 3098/week @ 2024-10-15 2487/week @ 2024-10-22 2778/week @ 2024-10-29 2411/week @ 2024-11-05 2171/week @ 2024-11-12 2389/week @ 2024-11-19 2133/week @ 2024-11-26 4046/week @ 2024-12-03

10,878 downloads per month
Used in 15 crates (5 directly)

MIT OR Apache-2.0 WITH LLVM-exception

1MB
18K SLoC

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

The Wasmer Universal engine is usable with any compiler implementation based on wasmer-compiler. After the compiler process the result, the Universal 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 Universal 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

~8–17MB
~246K SLoC