- GitHub Personal Access Token for GPM
- NodeJS (Yarn)
- Cargo
This project makes use of a package served by GPM (GitHub Package Manager).
In order to fetch this package you must create a .npmrc
file in your home directory (touch ~/.npmrc
), then
go to https://github.com/settings/tokens and clic on Generate new token, create your token with full access
to avoid issues fetching the package, copy your token to your clipboard and finally append the following to the .npmrc
file you created before.
//npm.pkg.github.com/:_authToken=<YOUR PERSONAL ACCESS TOKEN>
Finally run yarn
in the project directory to install packages.
IMPORTANT Do not share your Personal Access Token with anyone! This token grant access to your GitHub profile!
When building for the first time, ensure to install dependencies first.
yarn install
yarn run build
yarn run start
wasm-bindgen
for communicating between WebAssembly and JavaScript.wee_alloc
, an allocator optimized for small code size.