Here's my problem:
-
I have a piece of Rust/wasm32 code.
-
It appears to be infinite looping (freezes the browser tab.)
-
There appears to be no panic, no stack overflow, no stacktrace of any form in the js console log.
-
This seems to be an infinite loop without increasing the stack size.
My question: is there a way to "force kill" the wasm32 app and get a stack trace out somehow?