I don’t know much about computers, but I’d chalk it up to the fact that the Kotlin/JS compilation process emits javascript rather than an assembly-like IR
y
yaakov
01/09/2018, 8:59 PM
Makes sense. I keep reading about it and it just sounds more like a JVM for the web than it does like a web binary.
s
Sam
01/09/2018, 9:01 PM
WASM is another target architecture for LLVM which is probably why it is there.