javapoet icon indicating copy to clipboard operation
javapoet copied to clipboard

A Java API for generating .java source files.

Results 6 javapoet issues
Sort by recently updated
recently updated
newest added

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)

feature

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.

feature

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...

enhancement