From b88bedb16c8177442916eb64ebb4886206aeccf0 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Fri, 8 Jul 2022 08:32:59 -0700 Subject: [Strings] string.concat (#4777) --- src/passes/Print.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/passes/Print.cpp') diff --git a/src/passes/Print.cpp b/src/passes/Print.cpp index 49cade313..dc0214453 100644 --- a/src/passes/Print.cpp +++ b/src/passes/Print.cpp @@ -2272,6 +2272,9 @@ struct PrintExpressionContents WASM_UNREACHABLE("invalid string.encode*"); } } + void visitStringConcat(StringConcat* curr) { + printMedium(o, "string.concat"); + } }; // Prints an expression in s-expr format, including both the -- cgit v1.2.3