You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/API.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -339,8 +339,8 @@ the longer spellings above.
339
339
| File | Size | What it is |
340
340
|---|---|---|
341
341
|`src/tinywebgpu.js`| 91 KB | the source, with comments and every diagnostic. `main`/`exports` point here. |
342
-
|`dist/tinywebgpu.min.js`| 15.7 KB (7.7 gz) |`npm run build:min`. Silent: no console output, no compile-error window, no resource validator, no debug labels. Errors still throw with their messages. |
343
-
|`dist/tinywebgpu.tiny.js`| 8.8 KB (4.6 gz) |`npm run build:tiny`. The above, plus every optional entry point removed and error text folded to numbers. For inlining into a single file. |
342
+
|`dist/tinywebgpu.min.js`| 15.5 KB (7.4 gz) |`npm run build:min`. Silent: no console output, no compile-error window, no resource validator, no debug labels. Errors still throw with their messages. |
343
+
|`dist/tinywebgpu.tiny.js`| 8.5 KB (4.5 gz) |`npm run build:tiny`. The above, plus every optional entry point removed and error text folded to numbers. For inlining into a single file. |
the ping-pong helpers, `resizeCanvas`, depth support, mipmaps, the staging ring (in-frame writes become plain queue writes — last value per frame wins), the long aliases, and the named blend presets. Tiny builds also pack repeated WebGPU member names into a string table (`--no-pack` to skip). Keep any of them with
0 commit comments