summaryrefslogtreecommitdiff
path: root/src/wasm/wasm-emscripten.cpp
diff options
context:
space:
mode:
authorThomas Lively <7121787+tlively@users.noreply.github.com>2019-04-05 16:30:15 -0700
committerGitHub <noreply@github.com>2019-04-05 16:30:15 -0700
commit5b24f039ba1f55520a61f6dd6bb8ca46556c592b (patch)
tree17504bcaf51ea8c6873b168d261128ba79bb0b53 /src/wasm/wasm-emscripten.cpp
parentfc13d0f3585318ada789b9f27421e667056e9a84 (diff)
downloadbinaryen-5b24f039ba1f55520a61f6dd6bb8ca46556c592b.tar.gz
binaryen-5b24f039ba1f55520a61f6dd6bb8ca46556c592b.tar.bz2
binaryen-5b24f039ba1f55520a61f6dd6bb8ca46556c592b.zip
Add missing comma in metadata JSON (#1983)
Diffstat (limited to 'src/wasm/wasm-emscripten.cpp')
-rw-r--r--src/wasm/wasm-emscripten.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm/wasm-emscripten.cpp b/src/wasm/wasm-emscripten.cpp
index 3f521caf9..7ac7f4802 100644
--- a/src/wasm/wasm-emscripten.cpp
+++ b/src/wasm/wasm-emscripten.cpp
@@ -926,7 +926,7 @@ std::string EmscriptenGlueGenerator::generateEmscriptenMetadata(
}
}
});
- meta << "\n ]\n";
+ meta << "\n ],\n";
meta << " \"features\": [";
commaFirst = true;