From c3a534a1629c7a9e171db01a20804a6167edaf3c Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Mon, 24 Aug 2026 09:58:59 +0200 Subject: [PATCH] docs(Wasmer): add multi-memory support since 7.3 --- features.json | 1 + 1 file changed, 1 insertion(+) diff --git a/features.json b/features.json index e21da0cb..a4ccaa9f 100644 --- a/features.json +++ b/features.json @@ -591,6 +591,7 @@ "threads": "4.0", "exceptionsFinal": "6.0", "extendedConst": "7.1", + "multiMemory": "7.3", "multiValue": "1.0", "mutableGlobals": "0.7", "relaxedSimd": "7.1",