issues
search
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
Support module precompilation
#61
Closed
liamappelbe
closed
2 years ago
liamappelbe
commented
2 years ago
Added
Module.serialize
and
Module.deserialize
.
Added bin/precompile.dart, which loads a .wasm file, compiles the module it, and serializes it.
40
Module.serialize
andModule.deserialize
.40