Commit 34c7676
committed
Change file-sizes.json to only have .wasm files, but to also have the gzipped size
1 parent c5642b9 commit 34c7676
2 files changed
+16
-8
lines changed- .github/workflows/test.yml+1-1
- package.json+5-1
- src/blorb/blorb.ts+1-1
- src/common/file.ts+143
- src/common/protocol.ts+64-2
- src/dialog/browser/browser.ts+4-3
- src/dialog/browser/download.ts+21-51
- src/dialog/browser/interface.ts+1-11
- src/dialog/browser/storage.ts+1-1
- src/glkapi/glkapi.ts+6-6
- src/glkapi/windows.ts+5-2
- src/glkaudio/.gitignore+5
- src/glkaudio/Cargo.toml+28
- src/glkaudio/build.sh+4
- src/glkaudio/pkg/glkaudio.d.ts+34
- src/glkaudio/pkg/glkaudio.js+161
- src/glkaudio/pkg/glkaudio_bg.wasm
- src/glkaudio/pkg/glkaudio_bg.wasm.d.ts+7
- src/glkaudio/pkg/package.json+15
- src/glkaudio/src/lib.rs+141
- src/glkote/common/glkote.ts+10-4
- src/glkote/web/core.css-8
- src/glkote/web/input.ts+33-25
- src/glkote/web/metrics.ts+28-19
- src/glkote/web/schannels.ts+236
- src/glkote/web/shared.ts+11-1
- src/glkote/web/web.ts+18-14
- src/glkote/web/windows.css+4
- src/glkote/web/windows.ts+17-2
- src/index-browser.ts+2-1
- src/index-common.ts+3-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
13 | 20 | | |
14 | 21 | | |
15 | 22 | | |
16 | | - | |
17 | | - | |
18 | | - | |
| 23 | + | |
| 24 | + | |
19 | 25 | | |
20 | 26 | | |
21 | 27 | | |
| 28 | + | |
| 29 | + | |
22 | 30 | | |
0 commit comments