Sam Clegg
Sam Clegg
The regal project seems like its been dead for many years and the repo from which it was forked doesn't seem to exist anymore: https://github.com/p3/regal I'm not sure we want...
We should decide if we even plan to use the major or minor version numbers again in emscripten or if we want to simply continue to use patch versions. If...
It seems like maybe some state must be left behind and affecting the second run.
I can't find any way to suppress the warnings about WebAssembly being overridden: ``` building:ERROR: Closure compiler completed with warnings and -sCLOSURE_WARNINGS=error enabled, aborting! building:ERROR: externs.zip//webassembly.js:29:18: WARNING - [JSC_TYPE_MISMATCH] initializing...
With the original JS compiler native symbols historically got prefixed with an `_`. With fastcomp this tradition was continued with `JSBackend.cpp` adding extra `_` to all its exports. With the...
I was not yet this test to pass... Fixes: #21143
The `withStackSave` helper is a convenient way to avoid having the remember to write `stackRestore` at the end of a JS library function. However, this construct has some cost. Firstly...
Perhaps a dumb question, but is there an easy to view the auto-generated html files? Should we publish them to github pages perhaps? If they are not going to viewable,...