This repo contains minimal boilerplate code for AssemblyScript multithreading with shared memory on Node.js
git clone git@github.com:01alchemist/as-multithreading-boilerplate.gitcd as-multithreading-boilerplate.gityarn install
or
npm installyarn asbuild
or
npm run asbuildyarn start
or
npm run start