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 165 public repositories matching this topic...
-
Updated
Jan 21, 2022 - 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
Need to add a blurb about the test entry points and all spec files being imported.
-
Updated
Mar 7, 2022 - TypeScript
The font bitmap has empty space reserved for ASCII characters 0x80 through 0xA0.
We should use that space for something, like icons for WASM-4 controller buttons, or generic sprites like stars/hearts/etc.
Games can then use hex string literals to easily display these:
text("Press \x80 to jump!", 0, 0);-
Updated
Mar 12, 2022 - JavaScript
-
Updated
Mar 21, 2022 - JavaScript
-
Updated
Dec 27, 2021 - TypeScript
-
Updated
Mar 21, 2022 - TypeScript
-
Updated
Dec 4, 2021 - WebAssembly
-
Updated
Nov 8, 2021 - TypeScript
-
Updated
Feb 21, 2022 - TypeScript
-
Updated
Mar 7, 2022 - 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
Mar 20, 2021 - TypeScript
-
Updated
Jun 1, 2021 - TypeScript
-
Updated
Jun 19, 2020 - TypeScript
-
Updated
Mar 21, 2022 - JavaScript
-
Updated
Feb 22, 2022 - Rust
-
Updated
Feb 12, 2022 - JavaScript
- Benchmark suite.
- Compare with Rust.
- Compare with incoming javascript's
BigInt.
Tests & integrity
- 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
May 18, 2020 - JavaScript
-
Updated
Jan 31, 2022 - TypeScript
-
Updated
Mar 21, 2022 - JavaScript
Released October 2017
Latest release 1 day 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