tinygo-org / tinygo

Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
https://tinygo.org
Other
15.49k stars 913 forks source link

targets/wasm_exec: call process.exit() when go.run() returns #4599

Closed dgryski closed 1 week ago

dgryski commented 1 week ago

TestTest/WASM/Fail started failing with the last patch to this file. This (I hope) restores the correct behaviour.

aykevl commented 1 week ago

Merging because it fixes CI.