Endive: A JVM native WebAssembly runtime (github.com)
22 points by theanonymousone 4 hours ago
zcw100 9 minutes ago
Is this being handed over to the Bytecode Alliance or is this a hard fork and will diverge from Chicory? It isn't clear from the announcement but I suspect the former.
phickey 37 minutes ago
Lots of context for this project on the Bytecode Alliance blog: https://bytecodealliance.org/articles/endive-and-the-next-ch...
MattCruikshank 43 minutes ago
If you haven't seen The Birth & Death of JavaScript, it's well worth a watch:
https://www.destroyallsoftware.com/talks/the-birth-and-death...
pjmlp an hour ago
I guess we can come full circle and eventualy port it to Android Java.
gavinray 2 hours ago
jbaiter 2 minutes ago
Yeah, this was the first thing that came to mind, how does this compare to the Truffle WASM implementation. The Graal Polyglot API is pretty incredible, we've been using it for a JavaScript/Python plugin system in a JVM app, and it's been amazing.