### Installing rsbuf via npm Source: https://github.com/2004scape/rsbuf/blob/225/README.md Installs the @2004scape/rsbuf package from the npm registry using the npm package manager. ```Shell npm i @2004scape/rsbuf ``` -------------------------------- ### Contributor Build and Publish Commands Source: https://github.com/2004scape/rsbuf/blob/225/README.md Provides shell commands for contributors to build the WebAssembly bundle using wasm-pack, generate the WebAssembly Text format using wasm2wat, and publish the package to npm. ```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. ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.