summaryrefslogtreecommitdiff
path: root/crates/parser
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-08-25 23:42:53 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-08-25 23:42:53 +0200
commitde85e521d035e6ffb4122ad72941764c9a5cf0b0 (patch)
tree7a623558095052df7cefbe45b17b05897c8e96e2 /crates/parser
parent06f81026eca6446d737e3759951ca15001a819c5 (diff)
chore: update wasmparser + testsuite
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'crates/parser')
-rw-r--r--crates/parser/Cargo.toml2
-rw-r--r--crates/parser/src/lib.rs1
2 files changed, 2 insertions, 1 deletions
diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml
index 5ba2a02..efb0817 100644
--- a/crates/parser/Cargo.toml
+++ b/crates/parser/Cargo.toml
@@ -9,7 +9,7 @@ repository.workspace=true
rust-version.workspace=true
[dependencies]
-wasmparser={version="0.215", default-features=false, features=["validate"]}
+wasmparser={version="0.216", default-features=false, features=["validate"]}
log={workspace=true, optional=true}
tinywasm-types={version="0.8.0-alpha.0", path="../types", default-features=false}
diff --git a/crates/parser/src/lib.rs b/crates/parser/src/lib.rs
index c931b9e..3e0559d 100644
--- a/crates/parser/src/lib.rs
+++ b/crates/parser/src/lib.rs
@@ -61,6 +61,7 @@ impl Parser {
function_references: true,
tail_call: true,
+ gc_types: true,
component_model: false,
component_model_nested_names: false,
component_model_values: false,