We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c08114 commit f908789Copy full SHA for f908789
src/wasm/wasm-binary.cpp
@@ -55,7 +55,7 @@ void WasmBinaryWriter::write() {
55
writeFunctions();
56
writeDataSegments();
57
if (debugInfo) writeNames();
58
- if (sourceMap) writeSourceMapUrl();
+ if (sourceMap && !sourceMapUrl.empty()) writeSourceMapUrl();
59
if (symbolMap.size() > 0) writeSymbolMap();
60
61
if (sourceMap) {
0 commit comments