- Learn WebAssembly
- Mike Rourke
- 189字
- 2021-08-13 15:38:51
Elements of WebAssembly - Wat, Wasm, and the JavaScript API
Chapter 1, What is WebAssembly?, described the history of WebAssembly and provided a high-level overview of the technology as well as the potential use cases and limitations. WebAssembly was described as being composed of multiple elements, not just the binary instruction format specified in the official definition.
In this chapter, we will dig into the elements that correspond to the official specifications created by the WebAssembly Working Group. We will examine the Wat and the binary format in greater detail to gain a better understanding of how they relate to modules. We will review the JavaScript API and Web API to ensure you're able to utilize the WebAssembly effectively in the browser.
Our goal for this chapter is to understand the following:
- How the text and binary formats are related
- What Wat is and where it fits in to the development process
- The binary format and module (Wasm) file
- The components of the JavaScript and Web API and how they relate to the Wasm module
- How to utilize WasmFiddle to evaluate the phases of WebAssembly (C/C++ > Wat > Wasm)
- HTML5+CSS3+JavaScript從入門到精通:上冊(微課精編版·第2版)
- Mastering Adobe Captivate 2017(Fourth Edition)
- Linux C/C++服務器開發實踐
- Mastering Articulate Storyline
- Django Design Patterns and Best Practices
- iOS應用逆向工程(第2版)
- Python High Performance Programming
- Android應用案例開發大全(第二版)
- R用戶Python學習指南:數據科學方法
- Unity Character Animation with Mecanim
- Distributed Computing in Java 9
- 深入實踐DDD:以DSL驅動復雜軟件開發
- Anaconda數據科學實戰
- Learning Unreal Engine Game Development
- 零基礎學SQL(升級版)