-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[NodeJS] Enable wasm exception handling for unit tests #85387
Conversation
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsIn order to fix Log
@radekdoulik do we need to do something about console host and the template too ?
|
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
This is log after this fix where the same test passed. Other failures are unrelated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I think we already handle it here https://github.com/dotnet/runtime/blob/main/src/mono/wasm/templates/templates/console/runtimeconfig.template.json#L10 |
In order to fix Log
@radekdoulik do we need to do something about console host and the template too ?