Merge: Compilation to JavaScript using the Emscripten SDK
authorJean Privat <jean@pryen.org>
Tue, 17 Jun 2014 02:17:34 +0000 (22:17 -0400)
committerJean Privat <jean@pryen.org>
Tue, 17 Jun 2014 15:17:04 +0000 (11:17 -0400)
commitbd435f33db2427534763b99ffe0eb567e18e1520
tree6e6de40143ca1e1a9a75289602f88aeb57d49f78
parent7d82bab6b7578952282491566c7e583a5cbeaa24
parent0543b5d0585a36af4e7a622cb38c03e01a6ed8b0
Merge: Compilation to JavaScript using the Emscripten SDK

Published for review but still needs some doc and examples. Works with most small examples but not yet with the naive_interpreter (but it's not clear why).

Usage:

    apt-get emscripten
    nitg -m emscripten examples/hello_world.nit
    nodejs hello_wold.js

Pull-Request: #506
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>
tests/niti.skip