wasd 0.1.0
wasd: ^0.1.0 copied to clipboard
WASD: Wasm And Dart System / WebAssembly System for Dart.
Examples #
This directory contains the runnable WASD examples.
hello.dart #
Minimal runtime example that instantiates a tiny module and invokes an exported hello function.
dart run example/hello.dart
sum.dart #
Basic function call example for sum(i32, i32).
dart run example/sum.dart
dart run example/sum.dart 3 9
doom/ #
Flutter desktop example that runs Doom wasm.
See doom/README.md for setup and run steps.