emonk icon indicating copy to clipboard operation
emonk copied to clipboard

Emonk!

Results 7 emonk issues
Sort by recently updated
recently updated
newest added

brew install spidermonkey cd emonk make ./rebar compile ==> emonk (compile) ld: library not found for -lmozjs clang: error: linker command failed with exit code 1 (use -v to see...

I wonder how emonk actually handle conctrrent connections and If my [emonk_helper](https://github.com/benoitc/emonk_helper) couldn't be handled in full C . Any thoughts ?

Would be interesting to have a way to kill explicitely a context.

Have you considered linking statically against spidermonkey? pretty much the way erlang_js does.

This patch keep compatibility with most spidermonkey installation while working with last stable 1.8.5 version. All tests pass.

now that spidermonkey 0.8.5 is out, it would be cool if emonk would be compatible with it.