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

Enable non-standard features #66

Open rhobro opened 2 years ago

rhobro commented 2 years ago

In the Rust Wasmer SDK, there is a way to enable non-standard features such as threads and simd through https://docs.rs/wasmer/latest/wasmer/struct.Features.html . Please could we enable these with the dart package or at least provide a way to enable selected ones?