Skip to content

AssemblyScript/assemblyscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4e7734b · Mar 10, 2025
Feb 6, 2025
Jan 30, 2024
Nov 5, 2024
Nov 9, 2023
Nov 3, 2024
Sep 16, 2021
Mar 28, 2024
Mar 10, 2025
Mar 10, 2025
Mar 10, 2025
Nov 17, 2023
Sep 23, 2022
Mar 21, 2022
Mar 21, 2022
Mar 21, 2022
Nov 9, 2023
Jul 20, 2022
Oct 3, 2022
Sep 29, 2017
Dec 12, 2024
Jan 19, 2023
Feb 12, 2025
Feb 12, 2025
Aug 19, 2022

Repository files navigation

AssemblyScript logo

Test status Publish status npm compiler version Discord online #StandWithUkraine

AssemblyScript compiles a variant of TypeScript (basically JavaScript with types) to WebAssembly using Binaryen. It generates lean and mean WebAssembly modules while being just an npm install away.


Contributors

Contributor logos

Thanks to our sponsors!

Most of the maintainers and contributors do this open source work in their free time. If you use AssemblyScript for a serious task or plan to do so, and you'd like us to invest more time on it, please donate to our OpenCollective. By sponsoring this project, your logo will show up below. Thank you so much for your support!

Sponsor logos

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: