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
312 stars 24 forks source link

Verify that expected build outputs exist #57

Closed liamappelbe closed 2 years ago

liamappelbe commented 2 years ago

51

liamappelbe commented 2 years ago

Tried this locally, and it didn't help debug. All the artifacts that the setup script is supposed to create are being created. So the bug must be somewhere later in the pipeline.

Still, it's a good set of checks to have, so I'll commit it anyway.