Files
wasmer/lib/engine/README.md
2020-05-22 13:24:38 -07:00

653 B

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.