76 releases (43 stable)
new 5.0.2 | Nov 24, 2024 |
---|---|
5.0.0 | Oct 29, 2024 |
4.4.0 | Oct 4, 2024 |
4.3.5 | Jul 16, 2024 |
1.0.0-alpha5 | Nov 6, 2020 |
#1336 in WebAssembly
69,355 downloads per month
Used in 276 crates
(21 directly)
470KB
10K
SLoC
wasmer-vm
This crate contains the Wasmer VM runtime library, supporting the Wasm ABI used by wasmer.
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 wasmer 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
~8–18MB
~265K SLoC