chiark / gitweb /
New front end! To complement the webification of my puzzles via Java
authorSimon Tatham <anakin@pobox.com>
Sat, 30 Mar 2013 20:16:21 +0000 (20:16 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 30 Mar 2013 20:16:21 +0000 (20:16 +0000)
commit49fba922eac8c4022b002e340080be9a7134132e
tree57b6947202a0235c3d3053a31fff36d9f8a69d2f
parente2c84a5fd2b1ca6d3d8be0279466079b35b6c189
New front end! To complement the webification of my puzzles via Java
applets, here's an alternative webification in Javascript, using
Emscripten in asm.js mode (so that as browsers incorporate asm.js
optimisation, the game generation should run really fast).

[originally from svn r9781]
Buildscr
Recipe
emcc.c [new file with mode: 0644]
emcclib.js [new file with mode: 0644]
emccpre.js [new file with mode: 0644]
emccx.json [new file with mode: 0644]
html/jspage.pl [new file with mode: 0644]
mkfiles.pl