|
|
|
|
|
by vesinisa
3336 days ago
|
|
WASM (WebAssembly) is about developing a very simple cross-browser bytecode that allows implementing any runtime on top of it. The first versions are already rolling out in latest major browser versions, but at this stage you don't yet get DOM access from WASM. After the initial phase when DOM access is implemented, it's the beginning of end for JavaScript. Future browsers might well implement JS as a pre-shipped runtime targeting the internal WASM core. |
|
[0]: http://webassembly.org/docs/faq/#is-webassembly-trying-to-re...