Skip to content

01alchemist/as-multithreading-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js + AssemblyScript Multithreading Boilerplate

⚠️ Warning : 🔥 This is an experimental code, not ready for production 🔥

This repo contains minimal boilerplate code for AssemblyScript multithreading with shared memory on Node.js

Setup

Clone

git clone git@github.com:01alchemist/as-multithreading-boilerplate.git
cd as-multithreading-boilerplate.git

Install

yarn install
or
npm install

Compile AssemblyScript

yarn asbuild
or
npm run asbuild

Run

yarn start
or
npm run start

About

Node.js + AssemblyScript Multithreading Boilerplate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published