github WasmEdge/WasmEdge 0.3.0
SSVM 0.3.0

latest releases: 0.14.0-alpha.4, 0.14.0-rc.4, 0.14.0-rc.3...
4 years ago

0.3.0 (2019-12-27)

Features:

  • WebAssembly Validation
    • Implement Wasm Validation mechanism. SSVM will validate wasm modules before execution.
  • Snapshot and restore execution state
    • SSVM provides restore mechanism from the previous execution state.
    • SSVM provides snapshot mechanism to dump the current execution state.
  • JSON interface Spec
    • Initialize and set up SSVM via input JSON format.
    • Retrieve execution results via output JSON format.

Tools:

  • Sub-project RPC service proxy mode
    • SSVM-PROXY is a component of SSVMRPC service.
    • SSVM-PROXY can archive current execution states and serialize these data into output JSON format.
    • SSVM-PROXY can restore previous program states from input JSON format.

Don't miss a new WasmEdge release

NewReleases is sending notifications on new releases.