https://blog.orhun.dev/packaging-rust-for-npm/
Fupio is the easiest way to share online Learn more »
Join FupioOrhun'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.