diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-07-01 23:17:57 +0200 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-07-01 23:17:57 +0200 |
| commit | 3361f928658652bd7178f37851c9dd9fadb077c8 (patch) | |
| tree | 7ebf8c6e8b99820c4a37900d24184d5828f2b913 /crates/parser/src/lib.rs | |
| parent | 4425733bdfb516ca2530e6199c2c95ece91b627d (diff) | |
chore: refactor executor, add LocalCopy instructions
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'crates/parser/src/lib.rs')
| -rw-r--r-- | crates/parser/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
