#wasm-edge #store #storage #load #syntax #data #interface

wasmedge_storage_interface

一个Rust库,为WebAssembly开发者提供加载和存储功能的语法

1个不稳定版本

0.2.0 2021年5月20日

#1179 in WebAssembly

自定义许可证

35KB
529

Rust存储接口库

一个Rust库,为在SecondState的WasmEdge上执行Wasm时提供数据“加载”和“存储”功能的语法

从高级概述来看,我们实际上正在构建一个存储接口,该接口将允许本地操作系统(WasmEdge运行的操作系统)在运行时执行中发挥作用。具体来说,就是在Wasm执行过程中方便地存储和加载数据。

如何使用此库

有关此存储接口的更多信息,请参阅官方规范

Crates.io

官方crate可在crates.io找到


lib.rs:

如何使用此crate

将其作为依赖项添加

[dependencies]
rust_storage_interface_library = "^0.1"

引入作用域

use rust_storage_interface_library::wasmedge_storage;

测试

cargo test --lib

依赖关系

~0.6–1.2MB
~28K SLoC