Skip to content
Licenser edited this page May 10, 2011 · 13 revisions

erlv8

erlv8 is a NIF-based Erlang application that connects Erlang and V8 JavaScript engine. It doesn't provide any API itself (such as require, console and others), for this please take a look at Beam.js.

Please be advised that erlv8 is still an alpha therefore bugs, inconsistencies, deficiencies & VM crashes are quite possible.

Developing with erlv8

Compiling dependencies

You need at least erlang version R14B01 (preferably R14B02) and you need it with SMP enabled (gentoos default is without SMP).

Clone this wiki locally