#interface #store #load #repository #place #storage

ssvm_storage_interface

A Rust library that provides Rust to WebAssembly developers with syntax for load and store functionality

2 releases

0.1.30 May 20, 2021
0.1.29 Oct 19, 2020

#904 in WebAssembly

29 downloads per month

Custom license

33KB
529 lines

Rust Storage Interface Library

This Repository Is Deprecated

This library has been renamed and moved to wasmedge_storage_interface. Please follow the resulting new wasmedge_storage_interface crate for further development. No further development will take place in this repository.


lib.rs:

How to use this crate

Adding this as a dependency

[dependencies]
rust_storage_interface_library = "^0.1"

Bringing this into scope

use rust_storage_interface_library::ssvm_storage;

Tests

cargo test --lib

Dependencies

~0.7–1.3MB
~30K SLoC