mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-12 13:28:49 +00:00
wasmer-engine-universal

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.