12 releases (4 breaking)

new 0.10.2 May 15, 2024
0.10.0 May 8, 2024
0.7.3 Apr 12, 2024
0.7.0 Mar 29, 2024
0.1.0 Mar 6, 2024

#17 in #wasm-engine

Download history 149/week @ 2024-03-04 317/week @ 2024-03-11 430/week @ 2024-03-18 117/week @ 2024-03-25 291/week @ 2024-04-01 370/week @ 2024-04-08 42/week @ 2024-04-15 10/week @ 2024-04-22 156/week @ 2024-05-06

220 downloads per month
Used in unc-vm-runner

GPL-2.0-or-later

595KB
11K SLoC

unc-vm-engine

This crate is a fork of wasmer-engine. A significant number of things changed, but the documentation is not up-to-date yet.

This crate is the general abstraction for creating Engines in Wasmer.

Wasmer Engines are mainly responsible for two things:

  • Transform the compilation code (from any Wasmer Compiler) to create an Artifact,
  • Load anArtifact so it can be used by the user (normally, pushing the code into executable memory and so on).

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.


lib.rs:

Generic Engine abstraction for Wasmer Engines.

Dependencies

~12–23MB
~395K SLoC