- AssemblyScript - For converting Typescript into WASM
- Gulp - Task runner to build the WASM
- Clone repo
git clone https://github.com/nilestanner/fibonacci-web-assembly.git && cd fibonacci-web-assembly
- Install dependancies
npm install
- Build the WASM
gulp
- Serve file from webserver