mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-10 14:48:27 +00:00
Wasmer Engine
The Wasmer Engine is the general abstraction for Engines in Wasmer. It currently has two implementations:
- Wasmer JIT
- Wasmer Native
Example Implementation
Please check wasmer-engine-dummy for an example
implementation for an Engine.
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.