|
|
|
|
|
by dmitriid
3247 days ago
|
|
> There would be a few problems with WASM code generated by such a compiler:
> 1) the generated code with all this extra checking is not going to be performant, 2) the generated code would be much larger, which would hurt transfer & parsing times, 3) the compiler would essentially be outputting the JavaScript interpreter in WASM by adding all these runtime guards for types. And, of course, you have full evidence supporting these statements |
|
My goal is to make sophisticated web apps faster, I'm not married to any particular approach.