Commit 0563bf8
authored
Don't require __wasm_apply_data_relocs. NFC (#25669)
This symbol is optionally created by the linker and optionally used in
preamble.js and libdylink.js.
However this requirement here was forcing it to be exported. The only
reason I think this didn't cause any issues is that its not really
possible to create a main module with zero data relocations today.1 parent 5304ef8 commit 0563bf8
File tree
3 files changed
+6
-9
lines changed- test/codesize
- tools
3 files changed
+6
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1386 | 1386 | | |
1387 | 1387 | | |
1388 | 1388 | | |
1389 | | - | |
1390 | | - | |
1391 | | - | |
1392 | 1389 | | |
1393 | 1390 | | |
1394 | 1391 | | |
| |||
0 commit comments