From afca5f51a46750927ac9263297d24b224915e558 Mon Sep 17 00:00:00 2001 From: Ashley Nelson Date: Mon, 21 Aug 2023 19:29:10 -0700 Subject: Rename multimemory flag (#5890) Renaming the multimemory flag in Binaryen to match its naming in LLVM. --- src/ir/memory-utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ir/memory-utils.cpp') diff --git a/src/ir/memory-utils.cpp b/src/ir/memory-utils.cpp index 1530e7c11..5c9dde235 100644 --- a/src/ir/memory-utils.cpp +++ b/src/ir/memory-utils.cpp @@ -20,7 +20,7 @@ namespace wasm::MemoryUtils { bool flatten(Module& wasm) { - // Flatten does not currently have support for multi-memories + // Flatten does not currently have support for multimemory if (wasm.memories.size() > 1) { return false; } -- cgit v1.2.3