- 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
推薦閱讀
- Go Web編程
- 軟件項目管理(第2版)
- 企業級Java EE架構設計精深實踐
- Maven Build Customization
- Java應用開發與實踐
- Java虛擬機字節碼:從入門到實戰
- Active Directory with PowerShell
- Unity 3D/2D移動開發實戰教程
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- Web程序設計:ASP.NET(第2版)
- Magento 2 Beginners Guide
- Machine Learning for OpenCV
- 從零開始學UI:概念解析、實戰提高、突破規則
- 大話代碼架構:項目實戰版
- Hands-On ROS for Robotics Programming