MassaLabs monorepo for assemblyscript libraries.
This repository is a collection of tools, objects and functions in AssemblyScript.
- Classes and helper functions with as-types
- random draws with as-proba
- AssemblyScript transformers for unit testing and reading a file with as-transformer
The complete documentation of all available functions and objects is here:
Packages are independant you can choose to install what you need
npm i --save-dev @massalabs/as-types
npm i --save-dev @massalabs/as-proba
npm i --save-dev @massalabs/as-transformernpm run build
npm run fmt
npm run test
npm run doc