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

#1664 in WebAssembly

Download history 3011/week @ 2024-10-05 2976/week @ 2024-10-12 2586/week @ 2024-10-19 2742/week @ 2024-10-26 2885/week @ 2024-11-02 1901/week @ 2024-11-09 1958/week @ 2024-11-16 2591/week @ 2024-11-23 3137/week @ 2024-11-30 4118/week @ 2024-12-07 4037/week @ 2024-12-14 2560/week @ 2024-12-21 2136/week @ 2024-12-28 3256/week @ 2025-01-04 3144/week @ 2025-01-11 2185/week @ 2025-01-18

11,117 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

~7–16MB
~225K SLoC