Alon Zakai
Alon Zakai
Thanks, yeah, that does seem odd. I didn't actually realize that github releases are not atomic... so it incrementally adds files as they go, it seems? Looks like it's all...
One thing to worry about here is on-stack replacement. If you call the function `time()` many times, do the results change? (Without OSR, the issue is that once inside a...
Thanks, yes, that's what I meant. Ok, I think that confirms that OSR is not a factor here, which is good to rule out.
@brendandahl do you know who would be good to cc on that chromium bug?
Interesting, thanks. Ok, I think we can cc them here actually: @thibaudmichaud @spy - last comment may already answer the question, but please confirm if you can, thanks!
Does removing `ASYNCIFY_ONLY` help?
I can confirm the problem with that small testcase. Something is wrong in that the wasm calls `invoke_i`, and the JS has that, which calls `dynCall_i` back into the wasm,...
That looks like a serious and unknown bug, @cmourglia . Can you provide a testcase so we can investigate? I am afraid that error by itself isn't enough to know...
Maybe add a little logging - is the value sent into `format` undefined somehow? If the read on the typed array is out of bounds, it would be, but it...
Interesting... I tested various combinations here: ```js addToLibrary({ $libA: { PreferredFormat: { 'rgba8unorm': 0x12, 'bgra8unorm': 0x17, }, }, $libB: { 'rgba8unorm': 0x12, 'bgra8unorm': 0x17, }, $libC: function() { return {...