rust wasm in Debian
What is the purpose of the wasm targets for Debian?
Can I disable targets like this?
[target.'cfg(all(target_arch = "wasm32", not(any(target_os =
"emscripten", target_os = "wasi"))))'.dependencies.js-sys]
The rust-wasm-bindgen* packages are a pain to update since there are
at least 5 that need to be updated together. Ubuntu infrastructure
takes hours to publish binaries which means many Rust packages are
unbuilable while those are built in sequence. Debian also suffers but
not as dramatically. Ubuntu is currently working through the past 3
months of Rust transitions simultaneously. 😭
Several low-level Rust packages have a dependency on
rust-wasm-bindgen. I'd like to meticulously remove these dependencies
where possible.
Thank you,
Jeremy Bícha
Reply to: