assemblyscript

A TypeScript-like language for WebAssembly.

APACHE-2.0 License

Downloads
6.5M
Stars
16.4K
Committers
69

Development instructions

A development environment can be set up by cloning the repository:

git clone https://github.com/AssemblyScript/assemblyscript.git
cd assemblyscript
npm install
npm link

The link step is optional and makes the development instance available globally. The full process is documented as part of the repository: