▲ | peutetre 7 days ago | ||||||||||||||||
The difference lately is the number of tools that are now in place for WebAssembly development and the new extensions to WebAssembly (WasmGC, Memory64, etc.). Despite 28 years of effort at optimization, JavaScript is outperformed by WebAssembly. There's not much coming back from that: https://jordaneldredge.com/blog/speeding-up-winamps-music-vi... https://www.amazon.science/blog/how-prime-video-updates-its-... | |||||||||||||||||
▲ | liontwist 7 days ago | parent | next [-] | ||||||||||||||||
?? JavaScript was outperformed by every language since it was introduced. It doesn’t matter. What matters is what people put in their web pages. | |||||||||||||||||
| |||||||||||||||||
▲ | yoelhacks 6 days ago | parent | prev [-] | ||||||||||||||||
Javascript is outperformed by WebAssembly in the sense that it runs faster. A lot of things that bring a lot of value to a lot of people are still much, much faster to build via the JS / TS ecosystem. It absolutely makes sense that calculation-heavy workloads will be ported to WASM, but there's a lot more to building an app. | |||||||||||||||||
|