Let’s reinvent java bytecode but… different

  • RonSijm
    link
    fedilink
    arrow-up
    9
    arrow-down
    1
    ·
    8 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

    • onlinepersonaOP
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      13
      ·
      8 months ago

      Java makes bytecode which is run in a JVM, WASM is bytecode which runs in a VM.

      Anti Commercial AI thingy

      CC BY-NC-SA 4.0

      • RonSijm
        link
        fedilink
        arrow-up
        11
        ·
        8 months ago

        Java makes things run in a VM

        Docker makes things run in a VM

        Virtualbox makes things run in a VM

        Why did we need any of those things, should have just put everything in Java instead right 🙃