dart-archive / wasm

Utilities for loading and running WASM modules from Dart code
https://pub.dev/packages/wasm
BSD 3-Clause "New" or "Revised" License
309 stars 24 forks source link

Let module.dart implement the public API. #100

Closed modulovalue closed 1 year ago

modulovalue commented 1 year ago

Fixes #92

modulovalue commented 1 year ago

I've rebased on main and moved wasm_api.dart into src. Ready for review.

kevmoo commented 1 year ago

@liamappelbe – want to take another look?