Comment Re:Same old, same old. (Score 1) 78
Flash used ActionScript, which was just JavaScript with types, which modern JS can do too, and compiled it to bytecode, like WebAssembly, to be run on a VM...
I suppose the above statement is true, but the vm that hosts WebAssembly is the javascript engine.
Theoretically, I don't think you can do anything in WebAssembly that's not possible to do with Javascript.