Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@bskyrui/rust-wasm

bskyrui60.1.1TypeScript support: included

shell cargo install wasm-pack cargo new rust-wasm --lib wasm-pack build --scope bskyrui # create a pkg folder

readme

WebAssembly

cargo install wasm-pack
cargo new rust-wasm --lib
wasm-pack build --scope bskyrui # create a pkg folder 

Publish to NPM

cd pkg
npm publish --access=public