- Hands-On Game Development with WebAssembly
- Rick Battagline
- 171字
- 2021-06-24 13:41:01
Summary
In this chapter, we learned what WebAssembly is and why it will be the future of application development on the web. We learned why we need WebAssembly, even though we already have a robust language like JavaScript. We learned why WebAssembly is so much faster than JavaScript, and how it has the potential to increase its performance lead. We have also discussed the possibility of WebAssembly replacing JavaScript as the de facto standard for application development on the web.
We have discussed the practical side of creating a WebAssembly module as it is done today using Emscripten and LLVM. We have talked about WebAssembly text and how it is structured. We have also discussed using Emscripten to compile our first WebAssembly module, as well as using it to create the HTML and JavaScript glue code to run that module.
In the next chapter, we will go into further detail on how to use Emscripten to create our WebAssembly module, as well as the HTML/CSS and JavaScript used to drive it.
- 深入理解Spring Cloud與實(shí)戰(zhàn)
- Linux KVM虛擬化架構(gòu)實(shí)戰(zhàn)指南
- 基于Proteus和Keil的C51程序設(shè)計(jì)項(xiàng)目教程(第2版):理論、仿真、實(shí)踐相融合
- BeagleBone By Example
- Manage Partitions with GParted How-to
- 分布式系統(tǒng)與一致性
- Rapid BeagleBoard Prototyping with MATLAB and Simulink
- Creating Flat Design Websites
- 筆記本電腦維修300問
- 微型計(jì)算機(jī)系統(tǒng)原理及應(yīng)用:國產(chǎn)龍芯處理器的軟件和硬件集成(基礎(chǔ)篇)
- Spring Cloud微服務(wù)和分布式系統(tǒng)實(shí)踐
- 無蘋果不生活:OS X Mountain Lion 隨身寶典
- WebGL Hotshot
- The Artificial Intelligence Infrastructure Workshop
- Angular 6 by Example