raboukhalil

↗ HN profile [ 78.3 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I wrote a tutorial on how to create Bash scripts, where the command line interface runs entirely in the browser using v86 (https://github.com/copy/v86), and the code editor uses Monaco.

  2. Genomic ranges (sandbox.bio)

    I wrote this to help biologists understand genomic ranges, and made it interactive so all the examples let you can move and resize the ranges and see what the end result is. The interactive components were made with…

  3. Hey HN! I wrote a post about how to use WebAssembly to port the Asteroids game to the web by compiling the game from C to WebAssembly. Tutorial: https://medium.com/@robaboukhalil/porting-games-to-the-web-w... Live demo:…

  4. Hey HN! I've been working on a book about WebAssembly over the last few months, and it's finally available at http://levelupwasm.com! Why a book on WebAssembly you ask? Well... WebAssembly is awesome (obviously ) but…