From de85e521d035e6ffb4122ad72941764c9a5cf0b0 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Sun, 25 Aug 2024 23:42:53 +0200 Subject: chore: update wasmparser + testsuite Signed-off-by: Henry Gressmann --- crates/parser/Cargo.toml | 2 +- crates/parser/src/lib.rs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'crates/parser') 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, -- cgit v1.3.1