if you want to take a look, I pushed my work to salsa. Note:
libjs-source-map isn't updated (missing minified files).
Cheers,
Yadd
-------- Forwarded Message --------
Subject: Help to compile a wasm package
Resent-Date: Mon, 31 Jan 2022 12:37:02 +0000 (UTC)
Resent-From: [email protected]
Date: Mon, 31 Jan 2022 13:09:43 +0100
From: Yadd <[email protected]>
To: [email protected]
Hi all,
to update a nodejs package, I need to build a wasm file using cargo. I
succeed to do it but it downloads some package during build process:
* libc-0.2.116
* rand-0.4.6
* vlq-0.5.1
Which package do I have to install as dependency to avoid this ?
Cheers,
Yadd
PS: sorry, I don't know anything about rust packaging, neither
rust/cargo themselves...