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

[wasm] make it possible to enable emscripten assertions -s ASSERTIONS=1 #74346

Closed
1 of 2 tasks
pavelsavara opened this issue Aug 22, 2022 · 1 comment · Fixed by #82954
Closed
1 of 2 tasks

[wasm] make it possible to enable emscripten assertions -s ASSERTIONS=1 #74346

pavelsavara opened this issue Aug 22, 2022 · 1 comment · Fixed by #82954
Assignees
Milestone

Comments

@pavelsavara
Copy link
Member

pavelsavara commented Aug 22, 2022

  • migrate Blazor to new asset loading with maloc after onRuntimeInitialized
  • -s ASSERTIONS=1 for debug build of runtime. It emits asserts to C and JS, it helps with debugging.

See also

@ghost
Copy link

ghost commented Aug 22, 2022

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details
  • migrate Blazor to new asset loading with maloc after onRuntimeInitialized
  • -s ASSERTIONS=1 for debug build of runtime. It emits asserts to C and JS, it helps with debugging.

See also

Author: pavelsavara
Assignees: pavelsavara
Labels:

arch-wasm, area-System.Runtime.InteropServices.JavaScript, blazor-wasm

Milestone: 8.0.0

@pavelsavara pavelsavara changed the title [wasm] make it possible to enable emscripten assertions [wasm] make it possible to enable emscripten assertions -s ASSERTIONS=1 Sep 5, 2022
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Mar 3, 2023
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Mar 15, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Apr 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants