Added example using callbacks
This commit is contained in:
parent
0590fa6ca1
commit
6f90f78724
3 changed files with 5 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +1,6 @@
|
||||||
[submodule "erlang_js"]
|
[submodule "erlang_js"]
|
||||||
path = erlang_js
|
path = erlang_js
|
||||||
url = https://github.com/basho/erlang_js.git
|
url = https://github.com/basho/erlang_js.git
|
||||||
|
[submodule "erlv8"]
|
||||||
|
path = erlv8
|
||||||
|
url = https://github.com/beamjs/erlv8.git
|
||||||
|
|
1
erlv8
Submodule
1
erlv8
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 688e5036864eed01f7aefb6ee8b3a4c22961012f
|
2
start
2
start
|
@ -1,3 +1,3 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
erl -boot start_sasl -pa ebin -pa erlang_js/ebin/ -pa src -eval 'ggs_server:start_link(7000)'
|
erl -pa erlv8/ebin -pa ebin -pa src
|
||||||
|
|
Reference in a new issue