We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb9d9f2 commit 28bb7f2Copy full SHA for 28bb7f2
IntegrationTests/lib.js
@@ -63,7 +63,7 @@ const WASI = {
63
const wasi = new NodeWASI({
64
args: [programName],
65
env: {},
66
- returnOnExit: true,
+ returnOnExit: false,
67
})
68
69
return {
0 commit comments