reactiverse / es4x

🚀 fast JavaScript 4 Eclipse Vert.x
https://reactiverse.io/es4x/
Apache License 2.0
877 stars 75 forks source link

[Question] How to build a file for java graaljs? #599

Closed aitimate closed 1 year ago

aitimate commented 1 year ago

I'm new at this....

image

image

pmlopes commented 1 year ago

Currently there is no pack support, however I think it could be done using a variation of the dockerfile command. Using this command we generate a general purpose dockerfile, instead we could generate a tar/zip file along side with the one by npm, but extending it with all the required stuff to run on a jvm/graalvm, excluding the jvm/graalvm itself.