summaryrefslogtreecommitdiff
path: root/crates/parser/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/parser/src/lib.rs')
-rw-r--r--crates/parser/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/parser/src/lib.rs b/crates/parser/src/lib.rs
index a799f69..f7e713b 100644
--- a/crates/parser/src/lib.rs
+++ b/crates/parser/src/lib.rs
@@ -66,20 +66,20 @@ impl Parser {
custom_page_sizes: true,
bulk_memory_opt: true,
call_indirect_overlong: true,
+ wide_arithmetic: true,
+ relaxed_simd: true,
compact_imports: false,
cm_map: false,
custom_descriptors: false,
cm_threading: false,
extended_const: false,
- wide_arithmetic: false,
gc_types: true,
stack_switching: false,
component_model: false,
exceptions: false,
gc: false,
memory_control: false,
- relaxed_simd: true,
threads: false,
shared_everything_threads: false,
legacy_exceptions: false,