From 3361f928658652bd7178f37851c9dd9fadb077c8 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Mon, 1 Jul 2024 23:17:57 +0200 Subject: chore: refactor executor, add LocalCopy instructions Signed-off-by: Henry Gressmann --- crates/parser/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/parser/src/lib.rs') diff --git a/crates/parser/src/lib.rs b/crates/parser/src/lib.rs index 77349b2..40f5fe2 100644 --- a/crates/parser/src/lib.rs +++ b/crates/parser/src/lib.rs @@ -59,6 +59,7 @@ impl Parser { sign_extension: true, saturating_float_to_int: true, function_references: true, + tail_call: true, component_model: false, component_model_nested_names: false, @@ -71,7 +72,6 @@ impl Parser { memory_control: false, relaxed_simd: false, simd: false, - tail_call: false, threads: false, multi_memory: false, // should be working mostly custom_page_sizes: false, -- cgit v1.3.1