Skip to content

Commit 39cf05b

Browse files
committed
added size details for latest version
1 parent 1a07e78 commit 39cf05b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/Usage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -550,8 +550,8 @@ As of initial release, I ran the following experiment on both implementations us
550550
551551
## Implementation size (update)
552552
553-
![emscripten - 3.1.69](https://img.shields.io/badge/emscripten-3.1.69-blue)
554-
![emscripten-glfw-3.4.0.20241004](https://img.shields.io/badge/emscripten--glfw-3.4.0.20241004-blue)
553+
![emscripten - 3.1.74](https://img.shields.io/badge/emscripten-3.1.74-blue)
554+
![emscripten-glfw-3.4.0.20250112](https://img.shields.io/badge/emscripten--glfw-3.4.0.20250112-blue)
555555
556556
```text
557557
> cd examples/example_minimal
@@ -565,8 +565,8 @@ As of initial release, I ran the following experiment on both implementations us
565565
566566
| Mode | `library_glfw.js` | This implementation | Delta |
567567
|-------------------|----------------------------------------|------------------------------------------|-------|
568-
| Release | js: 103908, wasm: 13903, total: 117811 | js: 59019, wasm: 73839, total: 132858 | 1.13x |
569-
| Release (minimal) | - | js: 56795, wasm: 66456, total: 123251 | 1.04x |
568+
| Release | js: 103917, wasm: 13904, total: 117821 | js: 58854, wasm: 73832, total: 132686 | 1.13x |
569+
| Release (minimal) | - | js: 56630, wasm: 66486, total: 123116 | 1.04x |
570570
571571
> [!NOTE]
572572
> The good news is that Emscripten is improving and this implementation is benefitting from it.

0 commit comments

Comments
 (0)