Compile ORT to WASM using one of the [Java to WASM compilers](https://github.com/appcypher/awesome-wasm-langs#java-top). Possible benefits: - According to https://harshal.sheth.io/2022/01/31/webassembly.html, WASM has a fast boot time - Reduce dependencies, no requirement anymore to have a JVM installed - Other?