-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[wasm] more emscripten asserts for debug build of runtime #62254
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
Conversation
|
Tagging subscribers to this area: @directhex Issue Details
See https://emscripten.org/docs/porting/Debugging.html
|
|
Related question - would it help, or make sense to enable this for AOT/library tests? |
kg
left a comment
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.
Makes sense to me. I agree that we might want to enable it for AOT and/or library tests.
lewing
left a comment
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.
Not until this doesn't break blazor
|
see dotnet/aspnetcore#37690 and #55226 |
|
This pull request has been automatically marked |
|
This pull request will now be closed since it had been marked |
-s ASSERTIONS=1for debug build of runtime. It emits asserts to C and JS, it helps with debugging.See https://emscripten.org/docs/porting/Debugging.html