- Learn WebAssembly
- Mike Rourke
- 153字
- 2021-08-13 15:38:55
Summary
In this chapter, we discussed the elements of WebAssembly and their relationship. The structure of the Core Specification was used to describe the mapping of the text and binary formats to a common abstract syntax. We highlighted aspects of the text format (Wat) that can be useful in the context of debugging and development, as well as why s-expressions are an excellent fit for the textual representation of the abstract syntax. We also reviewed details pertaining to the binary format and the various elements that make up a module. The methods and objects within the JavaScript and Web APIs were defined with descriptions of their roles with regard to WebAssembly interaction. Finally, a simple example of the relationship between source code, Wat, and JavaScript was presented using the WasmFiddle tool.
In Chapter 3, Setting Up a Development Environment, we'll install the development tooling we'll use to work effectively with WebAssembly.
- Spring 5企業級開發實戰
- 造個小程序:與微信一起干件正經事兒
- AngularJS Web Application Development Blueprints
- Oracle 12c中文版數據庫管理、應用與開發實踐教程 (清華電腦學堂)
- JS全書:JavaScript Web前端開發指南
- QGIS By Example
- 深入淺出PostgreSQL
- Getting Started with Laravel 4
- 第一行代碼 C語言(視頻講解版)
- Visual Foxpro 9.0數據庫程序設計教程
- 基于ARM Cortex-M4F內核的MSP432 MCU開發實踐
- 用案例學Java Web整合開發
- 零基礎學SQL(升級版)
- 網頁設計與制作
- 游戲設計的底層邏輯