top | item 31601370

(no title)

metagame | 3 years 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.

discuss

order

kaba0|3 years ago

There is also TeaVM which is very fast and has both a js and a wasm target.

aidenn0|3 years ago

TeaVM lacks reflection and a class loader, both of which are necessary for ABCL.