-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deps: upgrade to latest toolchain #6
Conversation
I've opened bytecodealliance/wasm-tools#1147 to track the panic you're running into here which is from what we discussed on zulip |
e20916d
to
529fac7
Compare
I've updated this toolchain upgrade PR to the latest dependencies and rebased to main, but now am getting a new error in generating the WIT when running
If I then edit the WIT file at Basically the failure seems to be for |
a5a7fed
to
686c0bb
Compare
Ok, so this PR is now failing on the panic -
|
Tests are finally all passing here. Will merge and release shortly. |
This updates to the latest wasm-tools release, including the Wasmtime upgrade PR in bytecodealliance/wasmtime#6777.
Currently this fails when running
cargo test
on the fs test cases due to the panic at https://github.com/bytecodealliance/wasm-tools/blob/main/crates/wasm-compose/src/encoding.rs#L660.