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

Fix missing CPU feature issue #83

Closed liamappelbe closed 2 years ago

liamappelbe commented 2 years ago

Removes the manual config and lets the engine configure itself.

Fixes #74