30 releases
0.1.30 | Oct 19, 2020 |
---|---|
0.1.29 | Aug 25, 2020 |
0.1.22 | Jul 30, 2020 |
0.1.21 | May 20, 2020 |
0.1.14 | Mar 20, 2020 |
#702 in WebAssembly
34KB
529 lines
This Repository Is Deprecated
This library has been renamed and moved to ssvm_storage_interface. Please follow the resulting new ssvm_storage_interface crate for further development. No further development will take place in this repository.
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 for more information.
Crates.io
The official crate is available at crates.io
Dependencies
~0.7–1.3MB
~30K SLoC