You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use EM_JS instead of EM_ASM in other.test_js_optimizer_parse_error [NFC] (#19702)
EM_ASM ends up with an index which is the address of a string constant,
which depends on other string constants in the program, for which reason
it did not just pass in WasmFS. I realized the simple solution is to just use
EM_JS there: that emits a nice simple JS function in which the parse error
we look for occurs.
0 commit comments