Derek Schuff

Results 291 comments of Derek Schuff

Looks like it still timed out on core2 and core3

True, somewhat applicable. The wat syntax itself isn't used by browsers; browsers only support the wasm binary format, and that allows [names](https://www.w3.org/TR/wasm-core-2/#names%E2%91%A2) (which appear in JS as section names, import...

Curious to see what you think of this. Experiments on my workstation and cloudtop show that it significantly speeds up running whole test suites (or even small numbers of tests,...

@sbc100 @kripken @brendandahl @aheejin

To be clear, this isn't ready yet. In particular the issue I mentioned above (avoiding oversaturating the cores), and there's also an issue that there were a few cases where...

Yeah, that seems like the trickiest issue. It seems most likely to affect CI machines or developer laptops, systems with small numbers of cores. I can think of a couple...

Yeah I think maybe the difference there is I'm less often working on emscripten itself (where you are probably just changing one library, or making a change such that most...

The real problem with this as written is that it actually sort of breaks EMCC_CORES (even more than the limitations it already has). With a global lock, the one holder...

Embuilder actually already does a pretty good job of building the world in parallel, if EMCC_USE_NINJA is set, because it accumulates all the libraries into one ninja build. Its main...

I don't think this will work until I land it on main.