- Learn WebAssembly
- Mike Rourke
- 131字
- 2021-08-13 15:38:53
The JavaScript and Web APIs
In addition to the WebAssembly Core Specification, there are two API specifications for interacting with WebAssembly modules: the WebAssembly JavaScript Interface (JavaScript API) and the WebAssembly Web API. In the previous sections, we covered pertinent aspects of the Core Specification to become familiar with the underlying technology. If you never read the Core Specification (or if you skipped the first few sections of this chapter), it wouldn't inhibit the use of WebAssembly in your application. That is not the case for the APIs, as they describe the methods and interface required to instantiate and interact with your compiled Wasm module. In this section, we will review the Web and JavaScript APIs and describe how to load and communicate with a Wasm module using JavaScript.
- Progressive Web Apps with React
- Learning Chef
- 深入淺出Java虛擬機:JVM原理與實戰
- C#程序設計教程
- 新手學Visual C# 2008程序設計
- Big Data Analytics
- UML 基礎與 Rose 建模案例(第3版)
- Visual C#通用范例開發金典
- Android項目實戰:手機安全衛士開發案例解析
- Practical Game Design with Unity and Playmaker
- Mastering Elixir
- SEO教程:搜索引擎優化入門與進階(第3版)
- Java EE架構設計與開發實踐
- PHP Microservices
- Keil Cx51 V7.0單片機高級語言編程與μVision2應用實踐