[From nobody Thu Apr  9 22:51:04 2026
Received: (at submit) by bugs.debian.org; 20 Dec 2023 09:40:00 +0000
X-Spam-Checker-Version: SpamAssassin 3.4.6-bugs.debian.org_2005_01_02
 (2021-04-09) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-2.4 required=4.0 tests=BAYES_00, DATE_IN_PAST_03_06, 
 DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF,
 RCVD_IN_DNSWL_LOW, 
 RCVD_IN_MSPIKE_H5,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS,
 T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no
 version=3.4.6-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 9; hammy, 118; neutral, 36; spammy, 0.
 spammytokens: hammytokens:0.000-+--XDebbugsCc,
 0.000-+--X-Debbugs-Cc, 
 0.000-+--H*r:4096, 0.000-+--H*r:80.241.56, 0.000-+--H*RU:sk:mout-p-
Return-path: &lt;gspr@nonempty.org&gt;
Received: from mout-p-202.mailbox.org ([80.241.56.172]:54584)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.94.2) (envelope-from &lt;gspr@nonempty.org&gt;) id 1rFt3X-002zO0-SB
 for submit@bugs.debian.org; Wed, 20 Dec 2023 09:40:00 +0000
Received: from smtp202.mailbox.org (smtp202.mailbox.org [10.196.197.202])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
 (No client certificate requested)
 by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4Sw7nZ4NXgz9skQ
 for &lt;submit@bugs.debian.org&gt;; Wed, 20 Dec 2023 10:39:46 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nonempty.org;
 s=MBO0001; t=1703065186;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type;
 bh=D7KLEuTGYiVMLxKs2vQCMTKFtlZBkAJFlPHTTs/IqKc=;
 b=FwwHvY3V1Is73qKsdiAfFbXg63aK0zXujhERU/yRjs1hZ/lDGBRwrhbk9+cfzfYSor1yuZ
 rKyAF4rgWdBbgcQPk2z1v7l6Ga6nqXsNniPgcRbiv3OSjf3mU8oOIquLxyeBORXFfo7XUY
 WolHkNV7f0/KZZYroWTjw93WLoVfprGEjb9ImTfbT8c5QNHg65ohESayDd2nWKNhY8Qbg9
 pBd12bSritcomIntnzPhx0/WPUmziKNucbC5V6t9YHA8ntl2YK4o0H+CHDWqRGOMTZZceZ
 UQnqzJfPZBsigxPXPlwgGIEghDermiWWQx/mpdcE7w5wwAcm6ufBWBBw8kcCCw==
From: Gard Spreemann &lt;gspr@nonempty.org&gt;
To: Debian Bug Tracking System &lt;submit@bugs.debian.org&gt;
Subject: rust-wasm-bindgen: Please consider producing a binary for
 wasm-bindgen-cli also
Date: Wed, 20 Dec 2023 07:37:57 +0100
Message-ID: &lt;877cl9jjqa.fsf@giraffe.home.nonempty.org&gt;
MIME-Version: 1.0
Content-Type: text/plain
Delivered-To: submit@bugs.debian.org

Source: rust-wasm-bindgen
X-Debbugs-Cc: gspr@nonempty.org
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.
]