Hacker News new | ask | show | jobs
GraalWasm – A high-performance embeddable WebAssembly runtime for Java (graalvm.org)
4 points by fniephaus 635 days ago
1 comments

can we run our applets back again?
It'd be nice to have full browser support for applets, but with a restricted classpath that only contains the browser APIs (DOM, local storage, etc). It'd be something else these days for sure
There is at least one way to do it: https://cheerpj.com/cheerpj-applet-runner/
oh shit no, its the other way around: run wasm in the jvm
that's sort of what graaal is supposed to do