| Crates.io | near-vm-vm |
| lib.rs | near-vm-vm |
| version | 0.32.0 |
| created_at | 2023-05-30 17:54:57.220728+00 |
| updated_at | 2025-09-15 17:29:16.332246+00 |
| description | Runtime library support for Wasmer |
| homepage | |
| repository | https://github.com/near/nearcore |
| max_upload_size | |
| id | 878167 |
| size | 303,499 |
near-vm-vmThis crate is a fork of wasmer-vm. A significant number of things changed, but the documentation is not up-to-date yet.
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.
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.