You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change only effects the names of the side files that are generated
from `--emit-symbol-map` and `--memory-init-file`. In these cases
we now use the same naming scheme as we do for for MINIMAL_RUNTIME.
Copy file name to clipboardExpand all lines: site/source/docs/tools_reference/emcc.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,7 +229,7 @@ Options that are modified or new in *emcc* are listed below:
229
229
can still reconstruct meaningful stack traces by translating the indexes back
230
230
to the names.
231
231
232
-
.. note:: When used with ``-sWASM=2``, two symbol files are created. ``[name].js.symbols`` (with WASM symbols) and ``[name].wasm.js.symbols`` (with ASM.js symbols)
232
+
.. note:: When used with ``-sWASM=2``, two symbol files are created. ``[name].symbols`` (with WASM symbols) and ``[name].wasm.symbols`` (with wasm2js symbols)
0 commit comments