Skip to content

translator-shim: drop redundant wasmparser dep - #273

Merged
lannbot merged 1 commit into
mainfrom
quirky-gecko
Sep 4, 2026
Merged

translator-shim: drop redundant wasmparser dep#273
lannbot merged 1 commit into
mainfrom
quirky-gecko

Conversation

@lannbot

@lannbot lannbot commented Sep 4, 2026

Copy link
Copy Markdown
Collaborator

Removes the separate wasmparser = "0.252.0" dependency in crates/translator-shim/Cargo.toml, which had to be manually kept in sync with the version wasmtime-environ links against. wasmtime_environ already re-exports wasmparser, so lib.rs now imports it from there instead.

Verified: cargo build -p translator-shim is clean; no remaining direct wasmparser:: imports outside the re-export; Cargo.lock shrinks by the now-unused duplicate entry.

…s re-export

Removes the separate wasmparser=0.252.0 dependency that had to be
manually kept in sync with wasmtime-environ's own pinned wasmparser
version; wasmtime_environ already re-exports it.
@lannbot
lannbot enabled auto-merge September 4, 2026 20:12
@lannbot
lannbot merged commit d371217 into main Sep 4, 2026
4 checks passed
@lannbot
lannbot deleted the quirky-gecko branch September 4, 2026 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants