Java bytecode compiled to WebAssembly runs directly in the browser—no JVM download, sandboxed execution.
To use: compile a class with cargo build --features wasm, then run the wasm export tool to generate app.wasm.
Place it in this directory and load this page (use a local server: python -m http.server).