Skip to content
This repository has been archived by the owner on Feb 28, 2018. It is now read-only.

Quick start

Nidin Vinayakan edited this page Mar 18, 2017 · 4 revisions

Install

npm install -g turboscript

Usage

Compile to asm.js

tc main.tbs --asmjs --out main.asm.js

Compile to wasm

tc main.tbs --wasm --out main.wasm