[wasm] more emscripten asserts for debug build of runtime#62254
[wasm] more emscripten asserts for debug build of runtime#62254pavelsavara wants to merge 1 commit intodotnet:mainfrom
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.
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.
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