Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

dgryski
Copy link
Member

@dgryski dgryski commented Nov 13, 2024

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

@dgryski dgryski requested a review from aykevl November 13, 2024 21:46
Comment on lines +534 to +537
go.run(result.instance).then((result) => {
process.exit(result);
}).
catch((e) => { throw e });
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There seem to be some whitespace issues here?

@aykevl aykevl merged commit 91563cf into tinygo-org:dev Nov 14, 2024
17 checks passed
@aykevl
Copy link
Member

aykevl commented Nov 14, 2024

Merging because it fixes CI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants