From cd3d91c74730edf9925773577c6b8da99b51e4a7 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Tue, 16 Jul 2024 20:41:18 +0200 Subject: chore: update wasmparser Signed-off-by: Henry Gressmann --- crates/parser/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crates/parser/src/lib.rs') diff --git a/crates/parser/src/lib.rs b/crates/parser/src/lib.rs index 40f5fe2..a517c52 100644 --- a/crates/parser/src/lib.rs +++ b/crates/parser/src/lib.rs @@ -76,6 +76,8 @@ impl Parser { multi_memory: false, // should be working mostly custom_page_sizes: false, shared_everything_threads: false, + component_model_multiple_returns: false, + legacy_exceptions: false, }; Validator::new_with_features(features.into()) } -- cgit v1.3.1