wasmedge_storage_interface

Crates.iowasmedge_storage_interface
lib.rswasmedge_storage_interface
version0.2.0
sourcesrc
created_at2021-05-20 01:22:24.082045
updated_at2021-05-20 01:22:24.082045
descriptionA Rust library that provides Rust to WebAssembly developers with syntax for load and store functionality
homepage
repositoryhttps://github.com/second-state/wasmedge_storage_interface
max_upload_size
id399804
size51,920
Timothy McCallum (tpmccallum)

documentation

README

Rust Storage Interface Library

A Rust library that provides Rust to WebAssembly developers with syntax for "load" & "store" functionality for their data when their Wasm is being executed on SecondState's WasmEdge.

From a high-level overview here, we are essentially building a storage interface that will allow the native operating system (which WasmEdge is running on) to play a part in the runtime execution. Specifically, play a part in facilitating the storing and loading of data as part of Wasm execution.

How to use this library

Please see the official specification for this storage interface for more information.

Crates.io

The official crate is available at crates.io

Commit count: 92

cargo fmt