Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 412 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 412 Bytes

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.