Skip to content
#

AssemblyScript

assemblyscript logo

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 191 public repositories matching this topic...

assemblyscript
bkolobara
bkolobara commented Aug 31, 2021

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

good first issue Good for newcomers
aduros
aduros commented Dec 13, 2021

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);
good first issue Good for newcomers

Released October 2017

Latest release 1 day ago

Repository
AssemblyScript/assemblyscript
Website
assemblyscript.org

Related Topics

typescript webassembly