Commit 667a4fa
committed
Tweak emcc CFLAGS
The build directory has a build dependency file (.o.d), SHA checksum
file of prebuilt artifact and else which are useless for WASM execution.
Additionally, these files increase the size of WASM, leading to longer
download time for WASM. Thus, only embed mandatory artifacts when build.
Enlarge the MEM_SIZE to make all ELF runnable.1 parent 94a3d31 commit 667a4fa
1 file changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
33 | 40 | | |
| 41 | + | |
| 42 | + | |
34 | 43 | | |
35 | | - | |
| 44 | + | |
36 | 45 | | |
37 | 46 | | |
38 | 47 | | |
| |||
0 commit comments