What is web assembly?

preview_player
Показать описание
Today web programming is limited to JavaScript. Tomorrow we’ll probably see something different. Web assembly aims to break JavaScript’s monopoly on the browser using an old-fashioned approach. Rather than using a single interpreted language (JavaScript), web programs could be written in any language and then compiled down into (web) assembly code that would run in the browser. In the future, it’s unlikely that JavaScript will maintain its hold on frontend web development. But it had a great run.

Credits: Talking: Geoffrey Challen (Assistant Professor, Computer Science and Engineering, University at Buffalo). Producing: Greg Bunyea (Undergraduate, Computer Science and Engineering, University at Buffalo).

Рекомендации по теме
Комментарии
Автор

Summary : javascript is great, but the presenter says it won't last. What about the idea of compilers? Ex. Write in C to make a javascript byte code that browsers should support this compiled lower level code. asm.js project performs operations on javascript to optimise it.

Forcomputerclass