https://blog.orhun.dev/packaging-rust-for-npm/
Fupio はオンラインで共有する最も簡単な方法です 詳しく見る »
Fupio に参加Orhun's Blog
https://blog.orhun.dev/packaging-rust-for-npm/

blog.orhun.devPackaging Rust Applications for the NPM Registry - Orhun's BlogRecently I packaged my project git-cliff (changelog generator written in Rust) for NPM with the help of my friend @atlj. I thought this would be an interesting topic for a blog post since it has a certain technical depth about distributing binaries and frankly it still amazes me how the whole thing works so smoothly. So let's create a simple Rust project, package it for NPM and fully automate the release process via GitHub Actions.