@chadperschall
WASM, JVM, CLR, LLVM all have function call instructions
x86, ARM, MIPS, RISC-V just have jumps
do you notice anything? hardware ISAs don't have structured control flow. EVM bytecode is an oddball because it is a VM language that lacks this feature, but EOF fixes this