I was CC'd on this issue but can't repro it locally and don't have enough experience with wasm-bindgen
to diagnose it: https://github.com/tokio-rs/tokio/issues/6910. Posting here in case anyone has ideas.
https://blog.rust-lang.org/2024/09/24/webassembly-targets-change-in-default-target-features.html
i'm willing to bet this is because opcodes for multivalue and are in the wasm, and the wasmparser
deep down in wasm-bindgen's dep tree isnt configured to support that by default. the latest wasmparser does
even wasmtime 24 didnt support rust 1.82 in its default settings, but wasmtime 25 does.
@Alex Crichton sound right?
er, wait, its not multivalue, its the call_indirect reference types issue alex describes in his blog.
Left a comment on the tokio issue for this, but yeah it's a chain of things derivative from +reference-types
I think
Last updated: Nov 22 2024 at 16:03 UTC