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

#1540 in WebAssembly

Download history 9732/week @ 2024-03-14 9292/week @ 2024-03-21 7860/week @ 2024-03-28 7016/week @ 2024-04-04 8711/week @ 2024-04-11 8566/week @ 2024-04-18 7213/week @ 2024-04-25 8531/week @ 2024-05-02 6059/week @ 2024-05-09 7250/week @ 2024-05-16 6117/week @ 2024-05-23 5691/week @ 2024-05-30 6693/week @ 2024-06-06 5075/week @ 2024-06-13 3793/week @ 2024-06-20 2688/week @ 2024-06-27

19,349 downloads per month
Used in 14 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
~221K SLoC