Crates.io | near-vm-engine |
lib.rs | near-vm-engine |
version | 0.27.0 |
source | src |
created_at | 2023-05-30 17:56:09.703159 |
updated_at | 2024-11-04 16:24:24.904313 |
description | Wasmer Engine abstraction |
homepage | |
repository | https://github.com/near/nearcore |
max_upload_size | |
id | 878170 |
size | 101,520 |
near-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:
Artifact
,Artifact
so it can be used by the user (normally,
pushing the code into executable memory and so on).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.