near-vm-engine-universal

Crates.ionear-vm-engine-universal
lib.rsnear-vm-engine-universal
version0.17.0
sourcesrc
created_at2023-05-30 17:56:32.034225
updated_at2023-05-30 17:56:32.034225
descriptionWasmer Universal Engine
homepage
repositoryhttps://github.com/near/nearcore
max_upload_size
id878171
size78,145
(nearprotocol-ci)

documentation

README

near-vm-engine-universal

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

The Wasmer Universal engine is usable with any compiler implementation based on wasmer-compiler. After the compiler process the result, the Universal pushes it into memory and links its contents so it can be usable by the wasmer API.

Note: you can find a full working example using the Universal engine here.

Acknowledgments

This project borrowed some of the code of the code memory and unwind tables from the wasmtime-jit, the code since then has evolved significantly.

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

Commit count: 7307

cargo fmt