Skip to content

Commit

Permalink
update Assembly script link. Mark other js-like compilers as maintained
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGraey committed Feb 1, 2019
1 parent f961a44 commit cec06d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ Please read the [contribution guidelines](CONTRIBUTING.md) if you want to contri
- [Go - Go programming language WebAssembly support](https://github.com/golang/go/wiki/WebAssembly)

#### JavaScript-family
- [TurboScript - A TypeScript-like language that compiles to asm.js and WebAssembly](https://github.com/01alchemist/TurboScript)
- [speedy.js - Accelerate JavaScript Applications by Compiling to WebAssembly](https://github.com/MichaReiser/speedy.js)
- [AssemblyScript - A subset of TypeScript that compiles to WebAssembly](https://github.com/dcodeIO/AssemblyScript)
- [AssemblyScript - A subset of TypeScript that compiles to WebAssembly](https://github.com/AssemblyScript/assemblyscript)
- [TurboScript - A TypeScript-like language that compiles to asm.js and WebAssembly ***(unmaintained)***](https://github.com/01alchemist/TurboScript)
- [speedy.js - Accelerate JavaScript Applications by Compiling to WebAssembly ***(unmaintained)***](https://github.com/MichaReiser/speedy.js)

#### Kotlin

Expand Down

0 comments on commit cec06d1

Please sign in to comment.