Expose WASM extensions in executor semantics (#13811)

* Expose WASM extensions in executor semantics

* Fix benches

* Remove redundant extensions
This commit is contained in:
s0me0ne-unkn0wn
2023-04-04 17:10:27 +02:00
committed by GitHub
parent 1a55f961c6
commit 0766072393
4 changed files with 32 additions and 4 deletions
@@ -326,6 +326,10 @@ where
deterministic_stack_limit: None,
canonicalize_nans: false,
parallel_compilation: true,
wasm_multi_value: false,
wasm_bulk_memory: false,
wasm_reference_types: false,
wasm_simd: false,
},
},
)