Showing posts tagged npm

Show all posts

tutorial

Publishing a Rust binary on npm

17 Dec 2019 Rust 8 min read

Instead of asking your users to install the entire Rust toolchain just to compile your program with cargo, it may be easier to let them install it through npm. Here's how to set it up.

Read full tutorial