@2004scape/rsbuf
Version:
A RuneScape update info computer
19 lines (13 loc) • 412 B
Markdown
# rsbuf
----
## ✨ Installing
> 🔗 https://www.npmjs.com/package/@2004scape/rsbuf
>
> `npm i @2004scape/rsbuf`
----
## Contributor Notes
```shell
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.
```