From 5d4fc886d901467e77b236e60fb0339ed1c01864 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Thu, 29 Aug 2024 15:11:55 +0200 Subject: feat: full multi-memory support Signed-off-by: Henry Gressmann --- crates/parser/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/parser') diff --git a/crates/parser/src/lib.rs b/crates/parser/src/lib.rs index 3e0559d..dfe6b0c 100644 --- a/crates/parser/src/lib.rs +++ b/crates/parser/src/lib.rs @@ -60,6 +60,7 @@ impl Parser { saturating_float_to_int: true, function_references: true, tail_call: true, + multi_memory: true, gc_types: true, component_model: false, @@ -74,7 +75,6 @@ impl Parser { relaxed_simd: false, simd: false, threads: false, - multi_memory: false, // should be working mostly custom_page_sizes: false, shared_everything_threads: false, component_model_multiple_returns: false, -- cgit v1.3.1