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

#1562 in WebAssembly

Download history 3766/week @ 2024-07-21 3753/week @ 2024-07-28 4480/week @ 2024-08-04 3961/week @ 2024-08-11 2981/week @ 2024-08-18 4184/week @ 2024-08-25 3557/week @ 2024-09-01 3054/week @ 2024-09-08 2511/week @ 2024-09-15 3100/week @ 2024-09-22 3103/week @ 2024-09-29 2939/week @ 2024-10-06 3076/week @ 2024-10-13 2478/week @ 2024-10-20 2882/week @ 2024-10-27 2601/week @ 2024-11-03

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

~8–17MB
~242K SLoC