This is the host function extension for WasmEdge. Please refer to the WasmEdge 0.8.1 for more details.
Features:
- Update the
WasmEdge
dependency to0.8.1
.
This is the host function extension for WasmEdge. Please refer to the WasmEdge 0.8.0 for more details.
Features:
- Renamed this project to
WasmEdge-storage
and updated theWasmEdge
dependency. - Added
wasmedge-storage
C API shared library. - Added CMake option
BUILD_SHARED_LIB
to enable compiling the shared library (ON
by default). - Added build and release CI.
This is an extension release for updating ssvm-core.
Features:
- Update
ssvm-core
to version 0.7.3.- Please refer to the SSVM 0.7.3 for more details.
This is an extension release for updating ssvm-core.
Features:
- Update
ssvm-core
to version 0.7.2.- Please refer to the SSVM 0.7.2 for more details.
Refactor:
- Remove the sample tool.
- Update to
ssvm 0.7.1
.
Refactor:
- Update host function signature.
- Use memory instance pointer rather than reference due to API change of host function base class.
Fixed Issues:
- UUID generation.
- Use boost library to generate UUID.
Features:
- SSVM Native Storage Host Functions
- Moved from SSVM project.
- Supply operations to Rust Native Storage Library in wasm function level.
Tools:
- SSVM-Storage
- This is a sample usage of registering
ssvm-storage
host functions intossvm
.
- This is a sample usage of registering