2026
Released emscripten-ports v2026.01.06 with the following changes:
- The Dawn example no longer uses
ASYNCIFY, and instead, uses callbacks andemscripten_set_main_loop. This is a better design asASYNCIFYcan bloat the binary and is incompatible with using exceptions (ASYNCIFY=1 is not compatible with -fwasm-exceptions).
Pushed WebGPU Shader Toy update: v2026.01.04
- Upgraded to a more recent version of Dawn/WebGPU (v20251002.162335).
- Automatically moves the cursor to the error.
- Fixed an issue on Firefox when the shader had a compilation error.
Run the new version