So much better now
You must log in or register to comment.
WASM, also known as Javascript Java
Remember kids, JSON was almost called JSML
Wait, are you serious? 😅
Anti Commercial AI thingy
Don’t give Java the credit of inventing bytecode, it’s a much cooler concept than that
As with most things, it was invented in the 70s or 80s only to be reinvented again later.
Anti Commercial AI thingy
Do we have 3 assemblies now?
How many do you want?
One. To rule them all.
Look no further https://en.wikipedia.org/wiki/One-instruction_set_computer
Actual assembly in mainstream use:
x86
arm
risc vmainstream byte code:
jvm
.net (I think)
wasmfake assembly people may write:
llvm
wasmwat (web assembly text) is actually written is S-expressions, like lisp but without code as data.
Edit: formatting