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

#622 in WebAssembly

Download history 29764/week @ 2022-11-26 25837/week @ 2022-12-03 30573/week @ 2022-12-10 24859/week @ 2022-12-17 9729/week @ 2022-12-24 17539/week @ 2022-12-31 21927/week @ 2023-01-07 17024/week @ 2023-01-14 17693/week @ 2023-01-21 17338/week @ 2023-01-28 27208/week @ 2023-02-04 24592/week @ 2023-02-11 23158/week @ 2023-02-18 19672/week @ 2023-02-25 27808/week @ 2023-03-04 21129/week @ 2023-03-11

96,815 downloads per month
Used in 30 crates (6 directly)

MIT OR Apache-2.0 WITH LLVM-exception

770KB
16K 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.5MB
~173K SLoC