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

Package detail

@2004scape/rsbuf

2004scape891MIT244.1.0TypeScript support: included

A RuneScape update info computer

runescape, rust, webassembly

readme

rsbuf


✨ Installing

🔗 https://www.npmjs.com/package/@2004scape/rsbuf

npm i @2004scape/rsbuf


Contributor Notes

wasm-pack build --target nodejs --out-dir dist --out-name rsbuf # Builds the wasm bundle.
~/IdeaProjects/wabt/bin/wasm2wat  dist/rsbuf_bg.wasm -o src/rsbuf.wat # Generates the wat file.
npm publish --access public # Publishes the version of this to npm.