javapoet
javapoet copied to clipboard
A Java API for generating .java source files.
Should allow to compile and link a v8 shared library. Also, this way it should be possible to distribute the binaries for OSX and Windows (static libraries are too big...
Changes: * Add asyncio support Todo: - [x] tests - [ ] docs - [ ] cookbook recipes
Would allow to run JS code in parallel. Should support asyncio. Should be transparent (ie: same API as for managing one VM)
Should allow to compile v8cffi with an external v8 static-library source. - [ ] Add `ENV['external_v8']` to use as path for the archives when compiling.
This is just for correctness. The underlying V8 platform is a singleton, so the C layer should be implemented as a singleton as well, nothing else should be refactored. Priority...