- 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
推薦閱讀
- Java范例大全
- 游戲程序設計教程
- AutoCAD VBA參數化繪圖程序開發與實戰編碼
- C語言課程設計
- 深入理解Elasticsearch(原書第3版)
- 深入理解C指針
- Node學習指南(第2版)
- 實戰Java高并發程序設計(第2版)
- Laravel Application Development Blueprints
- 從零開始學Selenium自動化測試:基于Python:視頻教學版
- Python Social Media Analytics
- Learning Shiny
- 從零開始學Unity游戲開發:場景+角色+腳本+交互+體驗+效果+發布
- 深入大型數據集:并行與分布化Python代碼
- 透視C#核心技術:系統架構及移動端開發