erlang_v8
erlang_v8 copied to clipboard
Add module support
The idea behind this is that we can use the standard import and export features of JS, plus - eventually - are able to
define something like Erlang-level synthetic modules to cleanly export BEAM code to V8.
Hi!
Awesome that you're working on this.
I have a branch where I dynamically linked V8. The reason I never merged it was that the Debian version was always lagging behind. A couple of years have passed now and I guess Debian must have caught up.
A statically linked V8 has been a nuisance (e.g. OS X clang config changes from version to version, crazy build times, takes a fair amount of time to create releases with relx).
Will check it out!