So much better now

  • @[email protected]
    link
    fedilink
    32
    edit-2
    3 months ago

    Actual assembly in mainstream use:
    x86
    arm
    risc v

    mainstream byte code:
    jvm
    .net (I think)
    wasm

    fake assembly people may write:
    llvm
    wasm

    wat (web assembly text) is actually written is S-expressions, like lisp but without code as data.

    Edit: formatting

    • @starman
      link
      English
      153 months ago

      .NET thing is called IL

      • @secana
        link
        93 months ago

        The runtime is even called “common language runtime” (clr), as it is intended to support many different languages, which the jvm never was.