Hacker News new | ask | show | jobs
by metagame 1481 days ago
Thank you for making it!

Unfortunately, a JVM on wasm would be quite difficult for the same reason that Lisp over wasm is quite difficult (I had actually looked for wasm JVMs before trying anything). I had no idea there was a JS JVM implementation! That's very cool.

1 comments

There is also TeaVM which is very fast and has both a js and a wasm target.
TeaVM lacks reflection and a class loader, both of which are necessary for ABCL.