https://github.com/second-state/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.
https://github.com/second-state/rust_storage_interface_library
Last synced: 8 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/second-state/rust_storage_interface_library
- Owner: second-state
- License: apache-2.0
- Created: 2020-03-14T03:19:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-19T22:15:36.000Z (over 5 years ago)
- Last Synced: 2025-09-19T14:01:48.735Z (8 months ago)
- Language: Rust
- Size: 70.3 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# This Repository Is Deprecated
This library has been renamed and moved to [ssvm_storage_interface](https://github.com/second-state/ssvm_storage_interface).
Please follow the resulting [new ssvm_storage_interface crate](https://crates.io/crates/ssvm_storage_interface) 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](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/rust_storage_interface_library)