summaryrefslogtreecommitdiff
path: root/src/s2wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/s2wasm.h')
-rw-r--r--src/s2wasm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s2wasm.h b/src/s2wasm.h
index 3a8dd7ddb..8bafcc005 100644
--- a/src/s2wasm.h
+++ b/src/s2wasm.h
@@ -922,7 +922,7 @@ public:
void emscriptenGlue(std::ostream& o) {
wasm.removeImport(EMSCRIPTEN_ASM_CONST); // we create _sig versions
- o << "; METADATA: { ";
+ o << ";; METADATA: { ";
// find asmConst calls, and emit their metadata
struct AsmConstWalker : public WasmWalker {
S2WasmBuilder* parent;