Skip to content

Releases: minislively/wasm-first-workflow-editor

v0.1.0

15 Mar 10:39

Choose a tag to compare

v0.1.0 Release Notes

Highlights

  • Public OSS baseline for a framework-agnostic, embeddable, WASM-first workflow editor
  • Runnable Web Component and React host demos
  • Worker-aware engine controller with visible runtime status for renderer and kernel source
  • Rust/WASM kernel seam with generated package workflow via wasm-pack
  • CI coverage for Node, Rust, wasm-pack, app builds, and benchmark smoke

What this release proves

  • outside teams can embed the editor through the primary Web Component path
  • the repository can build, test, and generate the wasm package from a clean checkout
  • the product boundary is explicit: shell is flexible, engine is strict

What this release does not claim yet

  • no large-scale public FPS guarantee
  • no collaboration editing
  • no server execution engine
  • no WebGPU default backend

Verification commands

pnpm typecheck
pnpm test
pnpm wasm:test
pnpm wasm:build
pnpm build
pnpm bench:smoke