AssemblyScript
| AssemblyScript | |
|---|---|
| Paradigms | Multi-paradigm: functional, generic, imperative, object-oriented | 
| Family | ECMAScript: JavaScript: TypeScript | 
| Designed by | Daniel Wirtz, Max Graey | 
| Developer | The AssemblyScript Project | 
| First appeared | 2017 | 
| Stable release | 0.28.2 
   / 4 June 2025 | 
| Typing discipline | Static | 
| Scope | Lexical | 
| License | Apache 2.0 | 
| Filename extensions | .ts | 
| File formats | text, Unicode (source) .wasm binary format (object) | 
| Website | www | 
| Major implementations | |
| asc (AssemblyScript compiler) | |
| Influenced by | |
| JavaScript, TypeScript, WebAssembly | |
AssemblyScript is a TypeScript-based programming language that is optimized for, and statically compiled to, WebAssembly (currently using asc, the reference AssemblyScript compiler). Resembling ECMAScript and JavaScript, but with static data types, the language is developed by the AssemblyScript Project with contributions from the AssemblyScript community.