Why don’t JavaScript compilers generate web assembly?
Why don’t JavaScript compilers generate web assembly?
👤 rauschma Accepted Answer ✓
AssemblyScript [1] is an example of a subset of JavaScript being compiled to fast WebAssembly. But it is very static code. If you want to run dynamic JavaScript fast, you need the more sophisticated strategies used by modern JavaScript engines.