mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 13:48:26 +00:00
Wasmer Engine
The Wasmer Engine is the general abstraction for Engines in Wasmer. It currently has two implementations:
- Wasmer JIT
- Wasmer Native
Acknowledgments
This project borrowed some of the code of the trap implementation from the wasmtime-api, the code since then has evolved significantly.
Please check Wasmer ATTRIBUTIONS to further see licenses and other attributions of the project.