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 151 public repositories matching this topic...
-
Updated
Nov 29, 2021 - Rust
If a new Environment is created, processes inside of it will not have access to any command line arguments or environment variables by default. They need to be added to the ConfigEnv struct from which the Environment is created. Currently this is only possible from the host, but is not exposed as a [host function
This would vastly help the Dev experience for game developers
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Oct 18, 2021 - TypeScript
Need to add a blurb about the test entry points and all spec files being imported.
-
Updated
Oct 6, 2021 - JavaScript
In order to enable multiplayer games, we should have a way to input for player 2.
Maybe copy Pico's keybinds? Keys ESDF for directionals, QW for action buttons.
Ideally this should work on European keyboard layouts (and maybe even Dvorak).
-
Updated
Sep 20, 2021 - TypeScript
-
Updated
Oct 15, 2021 - TypeScript
-
Updated
Dec 10, 2021 - JavaScript
-
Updated
Nov 8, 2021 - TypeScript
-
Updated
Oct 8, 2021 - TypeScript
-
Updated
Dec 4, 2021 - WebAssembly
-
Updated
Dec 9, 2021 - TypeScript
-
Updated
Apr 30, 2021 - Rust
https://github.com/ColinEberhardt/assemblyscript-regex/blob/main/.prettierignore
it would be good to find a fix / workaround for this.
-
Updated
Jun 1, 2021 - TypeScript
-
Updated
Jun 19, 2020 - TypeScript
-
Updated
Mar 20, 2021 - TypeScript
-
Updated
Dec 10, 2021 - JavaScript
-
Updated
Sep 21, 2021 - JavaScript
- Benchmark suite.
- Compare with Rust.
- Compare with incoming javascript's
BigInt.
Tests & integrity
-
Updated
Nov 18, 2021 - Rust
-
Updated
May 18, 2020 - JavaScript
- We need to explore some ways to extract the
ask!code from theascompiler internal. At present, it can be completely written as an independenttsproject, in my personal opinion. - We should define the
metadata.json's spec class rather than generate it by template engine. It's hard to maintain and test it. - The code in some places is hard-coded, and parameterization and configurati
-
Updated
Sep 17, 2021 - TypeScript
-
Updated
Sep 13, 2021 - TypeScript
Released October 2017
Latest release 4 days ago
- Repository
- AssemblyScript/assemblyscript
- Website
- assemblyscript.org
It is awkward, but TypeScript officially supports using
.jsin import specifiers, like so:where
./path/to/some/file.jsdoes not actually exist, but th