Skip to content

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.

License

Notifications You must be signed in to change notification settings

second-state/wasmedge_storage_interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages