Skip to content

Commit 58c7237

Browse files
authored
Add a codesize test that includes file packager output. NFC (#24991)
Include the full generated JS so that changes to file_packager itself get reflected in the output here.
1 parent 8975d26 commit 58c7237

File tree

3 files changed

+3264
-0
lines changed

3 files changed

+3264
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"a.out.js": 22730,
3+
"a.out.js.gz": 9405,
4+
"a.out.nodebug.wasm": 1733,
5+
"a.out.nodebug.wasm.gz": 980,
6+
"total": 24463,
7+
"total_gz": 10385,
8+
"sent": [
9+
"a (fd_write)"
10+
],
11+
"imports": [
12+
"a (fd_write)"
13+
],
14+
"exports": [
15+
"b (memory)",
16+
"c (__wasm_call_ctors)",
17+
"d (main)"
18+
],
19+
"funcs": [
20+
"$__emscripten_stdout_close",
21+
"$__emscripten_stdout_seek",
22+
"$__fwritex",
23+
"$__stdio_write",
24+
"$__towrite",
25+
"$__wasm_call_ctors",
26+
"$main"
27+
]
28+
}

0 commit comments

Comments
 (0)