wasmer-engine-universal-near

Crates.iowasmer-engine-universal-near
lib.rswasmer-engine-universal-near
version2.4.1
sourcesrc
created_at2021-09-15 12:06:21.386533
updated_at2023-06-14 09:23:15.678649
descriptionWasmer Universal Engine
homepage
repositoryhttps://github.com/wasmerio/wasmer
max_upload_size
id451788
size76,850
contract-runtime (github:near:contract-runtime)

documentation

README

wasmer-engine-universal Build Status Join Wasmer Slack MIT License

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: 17039

cargo fmt