diff options
| author | Henry <mail@henrygressmann.de> | 2026-04-12 15:29:20 +0200 |
|---|---|---|
| committer | Henry <mail@henrygressmann.de> | 2026-04-12 15:29:20 +0200 |
| commit | c2499d9fb0f90d8c332d89e12207c88c025e91c1 (patch) | |
| tree | 976273f7c16f0d3787ec33d757c6b5e59b0e093a /crates/parser/src/lib.rs | |
| parent | dcd8b152466ab023762e4b9b6fc50c99da0cae50 (diff) | |
fix: fix remaining issues with extended-const
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'crates/parser/src/lib.rs')
| -rw-r--r-- | crates/parser/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/parser/src/lib.rs b/crates/parser/src/lib.rs index a0c0c7e..850042c 100644 --- a/crates/parser/src/lib.rs +++ b/crates/parser/src/lib.rs @@ -90,6 +90,7 @@ impl Parser { | WasmFeatures::BULK_MEMORY | WasmFeatures::SATURATING_FLOAT_TO_INT | WasmFeatures::SIGN_EXTENSION + | WasmFeatures::EXTENDED_CONST | WasmFeatures::FUNCTION_REFERENCES | WasmFeatures::TAIL_CALL | WasmFeatures::MULTI_MEMORY |
