- Learn WebAssembly
- Mike Rourke
- 144字
- 2021-08-13 15:38:46
What is WebAssembly?
WebAssembly (Wasm) represents an important stepping stone for the web platform. Enabling a developer to run compiled code on the web without a plugin or browser lock-in presents many new opportunities. Some confusion exists about what WebAssembly is, as does some skepticism about its staying power.
In this chapter, we will discuss how WebAssembly came to be, what WebAssembly is with regard to the official definition, and the technologies it encompasses. The potential use cases, supported languages, and limitations will be covered, as well as where to find additional information.
Our goal for this chapter is to understand the following:
- The technologies that led the way for WebAssembly
- What WebAssembly is and some of its potential use cases
- Which programming languages can be used with WebAssembly
- The current limitations of WebAssembly
- How WebAssembly relates to Emscripten and asm.js
推薦閱讀
- Mastering Concurrency Programming with Java 8
- Docker and Kubernetes for Java Developers
- 從0到1:HTML+CSS快速上手
- Python GUI Programming Cookbook
- CKA/CKAD應(yīng)試教程:從Docker到Kubernetes完全攻略
- Python Data Analysis Cookbook
- 從零開始學(xué)C#
- SignalR:Real-time Application Development(Second Edition)
- 跟戴銘學(xué)iOS編程:理順核心知識點
- 你真的會寫代碼嗎
- Java設(shè)計模式深入研究
- PHP+MySQL Web應(yīng)用開發(fā)教程
- JavaEE架構(gòu)與程序設(shè)計
- AngularJS UI Development
- Python繪圖指南:分形與數(shù)據(jù)可視化(全彩)