Commit a0f5fb1
committed
Add asyncify-export-globals argument
In the past emscripten would build the main module as relocatable, but
these days we build it statically and in that case it makes sense for
the main module to define and export these globals, rather than defining
them in JS.1 parent 6a34213 commit a0f5fb1
File tree
2 files changed
+23
-3
lines changed- src/passes
- test/lit/passes
2 files changed
+23
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1759 | 1759 | | |
1760 | 1760 | | |
1761 | 1761 | | |
1762 | | - | |
| 1762 | + | |
| 1763 | + | |
1763 | 1764 | | |
1764 | 1765 | | |
1765 | 1766 | | |
| |||
1826 | 1827 | | |
1827 | 1828 | | |
1828 | 1829 | | |
1829 | | - | |
| 1830 | + | |
1830 | 1831 | | |
1831 | 1832 | | |
1832 | 1833 | | |
| |||
1904 | 1905 | | |
1905 | 1906 | | |
1906 | 1907 | | |
1907 | | - | |
| 1908 | + | |
1908 | 1909 | | |
| 1910 | + | |
| 1911 | + | |
| 1912 | + | |
1909 | 1913 | | |
1910 | 1914 | | |
1911 | 1915 | | |
| |||
1926 | 1930 | | |
1927 | 1931 | | |
1928 | 1932 | | |
| 1933 | + | |
| 1934 | + | |
| 1935 | + | |
| 1936 | + | |
| 1937 | + | |
1929 | 1938 | | |
1930 | 1939 | | |
1931 | 1940 | | |
| |||
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments