wasd 0.1.0
wasd: ^0.1.0 copied to clipboard
WASD: Wasm And Dart System / WebAssembly System for Dart.
0.1.0 #
- Promote the package to the first minor release with a stable public entrypoint at
package:wasd/wasd.dart. - Expand runtime coverage with regression-tested module execution, host imports, and validator behavior.
- Ship WASI Preview1 support with
WasiPreview1andWasiRunnerexecution paths. - Add component-model decoding/instantiation and canonical ABI invocation helpers.
- Improve tooling and examples, including conformance runners and the Flutter
example/doomdemo.
0.0.1 #
- Rename project to WASD (Wasm And Dart System / WebAssembly System for Dart).
- Publish initial open-source package structure on pub.dev.
- Add
lib/wasd.dartas the primary package entrypoint. - Update examples, tests, and demo app imports to
package:wasd/wasd.dart. - Keep
lib/pure_wasm_runtime.dartas a compatibility alias.