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 25 forks source link

Remove module serialization test #78

Closed liamappelbe closed 2 years ago

liamappelbe commented 2 years ago

I'm planning to remove module serialization/deserialization soon, because it's not cross platform (which is why the test passes on my machine but fails on CI). In the meantime, just remove the test so that CI works again.

Also, enable rust backtraces on CI, which is how I debugged this.

Fixes #77 Fixes #70

79