Sam Clegg
Sam Clegg
Nice. We could also support `https://man7.org/linux/man-pages/man3/pthread_setname_np.3.html` ?
It looks like we already have `emscripten_set_thread_name` in the public C API and then we have `PThread.getThreadName` and `PThread.setThreadName` in the JS API. However it doesn't look like we set...
Sadly neither FF or chrome support changing the name of a thread after its created. Chrome will show the name of thread, but it is currently fixed at thread creation...
Can you update the PR description and title now that we have changed the PR content?
Do you know why we cannot just use `packageSize` in all cases? Are there some cases where `packageSize` is not known?
It looks like someone else just ran into this in #24529. Any chance you could update this PR and we can land it?
Would you have time to send a PR? Also, have you looked into disabled the AVX2 code in the library in question? The emulation path is unlikely to give you...
> > Would you have time to send a PR? > > I would like to, but I need to spend some time understanding why SIMDe chose `void*` and why...
@tlively are these number what we might expect? I suspect the reason is that sse4.1 is closest to wasm-simd and therefore has the smallest emulation overhead?
> > Does cmd.exe not look for `python.exe` automatically when you type just `python`? > > Isn't it better to use the bare `python` string since then the cmd.exe shell...