Source: wasm-bindgen
Section: rust
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-rust,
 cmark-gfm <!nodoc>,
 librust-anyhow-dev,
 librust-clap-dev,
 librust-env-logger-dev,
 librust-log-dev,
 librust-native-tls-dev,
 librust-rouille-dev,
 librust-serde-dev,
 librust-serde-derive-dev,
 librust-serde-json-dev,
 librust-shlex-dev,
 librust-tempfile-dev,
 librust-ureq-dev,
 librust-walrus-dev,
 librust-assert-cmd-dev,
 librust-predicates-dev,
 librust-pretty-assertions-dev,
 librust-regex-dev,
 librust-rstest-dev,
 librust-wasmparser-dev,
 librust-wasmprinter-dev,
 librust-base64-dev,
 librust-leb128-dev,
 librust-rustc-demangle-dev,
 librust-rstest-dev,
 librust-wasm-bindgen-futures-dev,
 librust-wasm-bindgen-test-dev,
 librust-wast-dev,
 librust-wat-dev,
 librust-unicode-ident-dev,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/debian/wasm-bindgen.git
Vcs-Browser: https://salsa.debian.org/debian/wasm-bindgen
Homepage: https://github.com/wasm-bindgen/wasm-bindgen
Description: high-level interactions between Wasm modules and JavaScript
 Wasm-bindgen is sort of half polyfill
 for features like the component model proposal
 and half features for empowering high-level interactions
 between JS and wasm-compiled code
 (currently mostly from Rust).
 More specifically this project allows JS/wasm to communicate
 with strings, JS objects, classes, etc,
 as opposed to purely integers and floats.
 Using wasm-bindgen for example you can define a JS class in Rust
 or take a string from JS or return one.

Package: wasm-bindgen
X-Cargo-Crates:
 wasm-bindgen-cli,
Architecture: any
Multi-Arch: allowed
Depends:
 ${cargo:Depends},
 ${misc:Depends},
 ${shlibs:Depends},
Built-Using:
 ${cargo:Built-Using},
Static-Built-Using:
 ${cargo:Static-Built-Using},
Description:  ${source:Synopsis} - CLI tool
 ${source:Extended-Description}
 .
 This package provides the command-line tool wasm-bindgen.
