Hey all, just discovered a couple things:
wasm-tools
v1.224.1
doesn't build even w/ --locked
(json_from_wast.rs
surfaces type errors)wasm-tools
v1.225.0
which does build is not listed as an official release somehow despite being accessible via crates.ioCurrently I'm recommending installing from GH releases (the binary there) for 1.224.1 and 1.225.0 via cargo
, but wanted to surface here
For 1.225.0 I think it's here -- https://github.com/bytecodealliance/wasm-tools/releases/tag/v1.225.0 -- although that's on the second page of tags due to a bunch of point releases being done after that
Ah thank you -- :man_facepalming: just didn't think it could have shifted that far down
For 1.224.1 I'm as perplexed as you
I can reproduce it and I'm trying to figure out why our CI checks didn't discover that
Should definitely be impossible :tm:
especially under --locked
ok it looks like the Cargo.lock
with wasm-tools 1.224.1 doesn't match what's in the source tree and that's what's going on
not sure why that's happening though
https://github.com/bytecodealliance/wasm-tools/pull/2098 is one issue at least
Last updated: Apr 10 2025 at 05:03 UTC