Let’s reinvent java bytecode but… different

  • RonSijm@programming.dev
    link
    fedilink
    arrow-up
    9
    arrow-down
    1
    ·
    3 months ago

    Why would they? WASM is Web-Assembly, so Assembly is a lower level language than Java.

    You can use C# WASM through Blazor, and Java WASM though JWebAssembly. WASM as core is supposed to be language agnostic. So If you want a JVM in WASM you can build it on top of it