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