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

assemblyscript
aduros
aduros commented Dec 8, 2021

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).

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 4 days ago

Repository
AssemblyScript/assemblyscript
Website
assemblyscript.org

Related Topics

typescript webassembly