So I was getting a hang without any message when r...
# webassembly
c
So I was getting a hang without any message when running tests while compilation working. I have checked within the browser, and there is an error there that it was not being output along tests while instantiating the webassembly module: In this case I believe it was a bad code generation or something, but it was hard to track down because tests (
./gradlew wasmTest
) hanged. Any chance it could be captured somehow can continue with other tests, or report the error somehow and stop the test?