AssemblyScript
AssemblyScript compiles a strict subset of TypeScript (basically JavaScript with types) to WebAssembly using Binaryen. It generates lean and mean WebAssembly modules while being just an npm install away.
Here are 103 public repositories matching this topic...
-
Updated
Feb 6, 2021 - Rust
This would vastly help the Dev experience for game developers
-
Updated
Feb 1, 2021 - TypeScript
Need to add a blurb about the test entry points and all spec files being imported.
-
Updated
Feb 7, 2021 - JavaScript
-
Updated
Feb 4, 2021 - TypeScript
-
Updated
Feb 1, 2021 - TypeScript
-
Updated
Feb 1, 2021 - TypeScript
-
Updated
Feb 7, 2021 - TypeScript
-
Updated
Sep 2, 2020 - Rust
-
Updated
Feb 4, 2021 - TypeScript
-
Updated
Feb 6, 2021 - TypeScript
-
Updated
Feb 4, 2021 - JavaScript
-
Updated
Jun 19, 2020 - TypeScript
-
Updated
Sep 22, 2020 - TypeScript
-
Updated
Dec 12, 2020 - JavaScript
ac matched against ([a-c]){2} should return a single capture group with the value c:
https://regex101.com/r/K97m2f/1/
In the current implementation the capture group is duplicated, returning both a and c.
-
Updated
Nov 14, 2020 - TypeScript
- Benchmark suite.
- Compare with Rust.
- Compare with incoming javascript's
BigInt.
Tests & integrity
-
Updated
May 18, 2020 - JavaScript
-
Updated
Dec 11, 2020 - TypeScript
Snippets to add
This is my personal TODO list of Snippets I would like to see added to the snippets page for AssemblyScript. Creating an issue here just in case someone else is looking to help with the docs
-
Updated
Feb 4, 2021 - WebAssembly
Date and Time
This public meeting will take place: February 10th, 2021, 18:00 UTC (10:00 AM US PST, UTC -8)
General Agenda
- Agenda Items from comments left on this Github issue
- Additional in-meeting comments / discussion
- [If time allows] Recap of WebAssembly CG meeting if anyone attended
Feel free to comment on this issue if you
-
Updated
Jan 7, 2019 - TypeScript
Released October 2017
Latest release 1 day ago
- Repository
- AssemblyScript/assemblyscript
- Website
- assemblyscript.org


Currently rust provides a page that has examples for each compiler error: https://doc.rust-lang.org/error-index.html
For example,
E0107
An incorrect number of generic arguments were provided.
Erroneous code example: