| ▲ | DarkNova6 3 days ago | |
From my understanding, this works for C# but is an ill-fit for Java. Java has simple bytecode with a powerful runtime to ensure all kinds of guarantees. C# focuses on compile-time checks with a more complex bytecode representation. So instead you got TeaVM which is essentially a whole JVM in WASM. | ||