So much better now

you are viewing a single comment's thread
view the rest of the comments
[–] 33 points 2 years ago* (last edited 2 years ago) (3 children)

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

  • source
  • parent
  • hideshow 3 child comments
  • [–] 15 points 2 years ago (2 children)