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

assemblyscript
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);
yjhmelody
yjhmelody commented Feb 20, 2021
  • We need to explore some ways to extract the ask! code from the as compiler internal. At present, it can be completely written as an independent ts project, 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

Released October 2017

Latest release 1 day ago

Repository
AssemblyScript/assemblyscript
Website
assemblyscript.org

Related Topics

typescript webassembly