Closed munrocket closed 5 months ago
@munrocket Sure, how do I best locally reproduce the errors?
@stefnotch you can replace wgpu-compute-toy folder in compute.toys than git checkout <some_hash>
in this folder, yarn install
& yarn dev
Btw #23 also opened error in web with timestamps that was fixed here in de75501 by commenting it. So we should merge this PR for fixing web too. Timestamps need more general solution, I hope someday we will find it.
Thanks, I merged it manually with some minor changes, and also fixed wasm panicking over undefined canvas
How to use extensions:
The problem that wgpu not supporting chromium extension yet, but maybe we create device with web_sys?
Also it seems some errors introduced to wasm build after 79ad98d commit, @stefnotch can you please fix it? It is visible only with compute.toy website.