|
|
|
|
|
by munmaek
2348 days ago
|
|
1. WASM is not a replacement for JS. You still need javascript glue code to actually load and run the WASM. 2. You're not writing WASM by hand, exactly like how you don't write assembly by hand. There's little semantic difference of compiling from <your_language> to WASM versus transpiling from typescript to javascript. 3. Typescript isn't really that new. |
|