Commit f69a8f6
authored
Update docs for internal EMSCRIPTEN_VERSION setting. NFC (#25664)
I proposed removing this internal setting in #25661 but it turns out it
was useful for externally managed JS library files.
However, I don't think it should be tested as part of
`emscripten_get_compiler_setting.c` since C/C++ can already get the
compiler version using `VERSION` macros. . There should be no need for
the runtime checks.
Indeed I hope we can stop exposing any internal settings to
emscripten_get_compiler_setting: #25663
Also, add test for @juj's specific use case for `EMSCRIPTEN_VERSION` in
a JS library file.1 parent 4fc1036 commit f69a8f6
File tree
5 files changed
+13
-6
lines changed- src
- test
- core
5 files changed
+13
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
| 111 | + | |
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1920 | 1920 | | |
1921 | 1921 | | |
1922 | 1922 | | |
1923 | | - | |
1924 | | - | |
1925 | | - | |
| 1923 | + | |
1926 | 1924 | | |
1927 | 1925 | | |
1928 | 1926 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
671 | 671 | | |
672 | 672 | | |
673 | 673 | | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
0 commit comments