Andranik Arakelov
pity that we dont have js to wasm compiler 😁
that won't make a lot of sense actually, since JavaScript is way more dynamic and modern optimizations leverage the fact that they are done in runtime.
if compiled statically even in native code it would be conisderably less efficient. On top of that, wasm has some intrinsic overheads. So...