Skip to content

Dangerous Dave

Choose a tag to compare

@anistark anistark released this 20 Dec 20:58
· 62 commits to main since this release

What's Changed

  • feat: implement WASM module parser for native runtime execution by @anistark in #42
  • feat: implement linear memory and execution context for WASM runtime by @anistark in #43
  • feat: add WASM instruction executor with i32 operations and LEB128 bytecode decoder by @anistark in #44
  • feat: implement function calls and all numeric type operations by @anistark in #45
  • feat: implement memory operations, control flow, and complete WASI integration by @anistark in #46
  • feat: implement native WASM execution and fix plugin installation for invalid plugins by @anistark in #47
  • fix: native WASM exec, improve verify/inspect commands, and document executor limitations by @anistark in #48
  • chore(deps-dev): bump vite from 5.4.20 to 5.4.21 in /ui by @dependabot[bot] in #49
  • feat: exec cmd with native wasm interpreter by @anistark in #50

Full Changelog: v0.14.0...v0.15.0