diff options
| author | Simon Tatham <anakin@pobox.com> | 2013-03-30 20:16:21 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2013-03-30 20:16:21 +0000 |
| commit | 49fba922eac8c4022b002e340080be9a7134132e (patch) | |
| tree | 57b6947202a0235c3d3053a31fff36d9f8a69d2f /Recipe | |
| parent | e2c84a5fd2b1ca6d3d8be0279466079b35b6c189 (diff) | |
| download | puzzles-49fba922eac8c4022b002e340080be9a7134132e.zip puzzles-49fba922eac8c4022b002e340080be9a7134132e.tar.gz puzzles-49fba922eac8c4022b002e340080be9a7134132e.tar.bz2 puzzles-49fba922eac8c4022b002e340080be9a7134132e.tar.xz | |
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]
Diffstat (limited to 'Recipe')
| -rw-r--r-- | Recipe | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ !makefile osx Makefile.osx !makefile gnustep Makefile.gnustep !makefile nestedvm Makefile.nestedvm +!makefile emcc Makefile.emcc !srcdir icons/ |