Releases: medz/wasd
Releases · medz/wasd
v0.2.0
- Restructure the package around explicit
package:wasd/wasm.dartandpackage:wasd/wasi.dartentrypoints, withpackage:wasd/wasd.dartre-exporting both surfaces. - Ship the pure Dart WebAssembly runtime split into JS and native backends with regression-tested
compile,instantiate,validate, typed exports, memory/table/global/tag wrappers, and host import support. - Replace the old WASI API with a single
WASIPreview1 surface aligned with the current 0.2 package design, covering command-style execution plus virtual filesystem basics on native and browser runtimes. - Refresh examples and docs around the new 0.2 API, including the Flutter DOOM demo under
example/doom.
WASD 0.1.0
WASD 0.1.0
This is the first 0.1.x release, marking a stable and practical milestone for WASD.
Highlights
- Stable public entrypoint:
package:wasd/wasd.dart - Expanded core runtime coverage for module execution, host imports, and validator behavior
- WASI Preview1 support via
WasiPreview1andWasiRunner - Component Model decoding and instantiation support
- Canonical ABI invocation helpers
- Improved tooling and examples, including conformance runners and the Flutter
example/doomdemo
Package
- pub.dev: wasd 0.1.0