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

Remove module serialize/deserialize #80

Closed liamappelbe closed 2 years ago

liamappelbe commented 2 years ago

Fixes #79

kevmoo commented 2 years ago

Why? 😄

liamappelbe commented 2 years ago

There's some info in the bugs. Basically, the Wasmer serialization format is not cross platform, so there's not much point using it, and it has been causing bugs.