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

Show wasm stack trace in exception thrown from wasm trap handler #87

Open liamappelbe opened 2 years ago

liamappelbe commented 2 years ago

The wasm C API doesn't seem to provide enough information to show a user friendly stack trace. Asking wasmer folks for more info.