Source: rust-wasm-bindgen X-Debbugs-Cc: [email protected] Version: 0.2.87-1 Severity: wishlist
In order to use wasm-bindgen to write Rust code that interacts with Javascript, the binaries output by rustc need to be passed through postprocessing with the utility wasm-bindgen-cli. That bin crate is a workspace member upstream, but is not currently packaged in Debian. Having it would greatly improve the usefulness of wasm-bindgen. It seems that the cli crate does have dependencies that are not yet in Debian, so this may well be a non-trivial amount of work.

