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

#1442 in WebAssembly

Download history 9882/week @ 2023-12-06 9276/week @ 2023-12-13 6852/week @ 2023-12-20 5039/week @ 2023-12-27 9696/week @ 2024-01-03 9155/week @ 2024-01-10 9339/week @ 2024-01-17 7903/week @ 2024-01-24 9234/week @ 2024-01-31 9846/week @ 2024-02-07 9496/week @ 2024-02-14 8935/week @ 2024-02-21 7932/week @ 2024-02-28 11206/week @ 2024-03-06 9405/week @ 2024-03-13 7926/week @ 2024-03-20

38,249 downloads per month
Used in 13 crates (4 directly)

MIT OR Apache-2.0 WITH LLVM-exception

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