1 stable release

2.4.1 Apr 26, 2024

#1343 in WebAssembly

Download history 31/week @ 2024-10-29 14/week @ 2024-11-05 8/week @ 2024-11-12 31/week @ 2024-11-19 47/week @ 2024-11-26 65/week @ 2024-12-03 82/week @ 2024-12-10 27/week @ 2024-12-17 28/week @ 2024-12-31 24/week @ 2025-01-07 29/week @ 2025-01-14 50/week @ 2025-01-21 20/week @ 2025-01-28 37/week @ 2025-02-04 55/week @ 2025-02-11

167 downloads per month
Used in 5 crates

MIT OR Apache-2.0 WITH LLVM-exception

410KB
8K SLoC

wasmer-vm Build Status Join Wasmer Slack MIT License

This crate contains the Wasmer VM runtime library, supporting the Wasm ABI used by any wasmer-engine implementation.

The Wasmer runtime is modular by design, and provides several libraries where each of them provides a specific set of features. This wasmer-vm library contains the low-level foundation for the runtime itself.

It provides all the APIs the wasmer-engine needs to operate, from the instance, to memory, probestack, signature registry, trap, table, VMContext, libcalls etc.

It is very unlikely that a user will need to deal with wasmer-vm directly. The wasmer crate provides types that embed types from wasmer-vm with a higher-level API.

Acknowledgments

This project borrowed some of the code for the VM structure and trapping from the wasmtime-runtime.

Please check Wasmer ATTRIBUTIONS to further see licenses and other attributions of the project.

Dependencies

~5–14MB
~171K SLoC