ssvm_storage_interface 0.1.29

A Rust library that provides Rust to WebAssembly developers with syntax for load and store functionality
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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 SSVM.

From a high-level overview here, we are essentially building a storage interface that will allow the native operating system (which SSVM 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](https://github.com/second-state/specs/blob/master/storage_interface.md) for more information.

# Crates.io

The official crate is available at [crates.io](https://crates.io/crates/ssvm_storage_interface)