assemblyscript
v0.28.9
Published
A TypeScript-like language for WebAssembly.
Downloads
185,613
Readme
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 linkThe link step is optional and makes the development instance available globally. The full process is documented as part of the repository:
