Results 466 comments of juj

Thanks for reporting! Got around to looking at this now and bisected this issue, and it looks like a breakage in upstream Emscripten: ``` 77133ba8c52d69ba2b4dd1445c23d0c129497c79 is the first bad commit...

Took a bit of time to get to the mindset to come back to this (thanks to #46 bug report to help get in the context). Reported upstream regression and...

[Here is an example of using WebGPU via PROXY_TO_PTHREAD](https://github.com/juj/wasm_webgpu/blob/main/samples/offscreen_canvas/offscreen_canvas_proxy_to_pthread.c), albeit using a different bindings API so it might not apply to your use case. However maybe [this commit](https://github.com/juj/wasm_webgpu/commit/403ae09cfa978bb713e9d98263e992a73086a01b) can illustrate...

I found myself blocked on this problem, when trying to set up Windows 11 ARM buildbot CI test runners for the Emscripten project. Just wanted to comment that the following...

Ah, that's good to know. In my use case I shouldn't be using HTTPS or SSL at all.. just `http://localhost` communication. Hopefully that'll avoid running into that crash issue.

Just noticed this issue, had created one at https://github.com/google/closure-compiler/issues/3548. > I realize it feels annoying to be forced to supply the second argument to `parseInt()` In our case, it is...

Thinking more general, would it be a sensible optimization to always collapse ‘foo(1,2,undefined,undefined)’ into ‘foo(1,2)’? (there may be a need to disable such optimization in some cases, e.g. WebGL teximage2D...

Ohhh, thanks! I thought I would disable it since I was not looking to do any time based sampling. I indeed see that it works now with that restored. Got...

I vaguely remember some years ago my workflow used to be to navigate to about:config, then search for word `probability` and then change the pref that popped up from 0.05...

Oh right, thanks! let me think about how to do that.. looks quite gnarly though :/