Is it possible to build a serverless platform using #graalvm , make a jvm bytecode interpreter to support java as a guest language and use sandbox possibility of polyglot API?
2
0
1
0
0
@zhudonghai We might already work on such a thing. ;)
@zhudonghai It has been done as a proof of concept .. with go or javascript invocation .. the native-image needs to be a bit more robust and wrapping should be pretty straight forward