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

#1469 in WebAssembly

Download history 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 9680/week @ 2024-03-20 8589/week @ 2024-03-27 7261/week @ 2024-04-03 7676/week @ 2024-04-10 7462/week @ 2024-04-17

32,683 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
~216K SLoC