Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Seems maybe strange to run a JIT on a JIT. There are some smaller JVMs that likely wouldn't need to be that different, but running HotSpot on WASM, particularly in the browser, seems strange.

Why not compile your classes to WASM instead?



Java would work ok with AOT compilation. The major thing missing for running Java and many other languages on WASM would be garbage collection.

https://github.com/WebAssembly/gc/blob/master/proposals/gc/O...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: