- Learn WebAssembly
- Mike Rourke
- 84字
- 2021-08-13 15:38:50
No support in older browsers
Older browsers don't have the global WebAssembly object available to instantiate and load Wasm modules. There are experimental polyfills that utilize asm.js if the object isn't found, but the WebAssembly Working Group currently has no plans to create one. Since asm.js and WebAssembly are closely related, simply serving up an asm.js file if the WebAssembly object is unavailable will still offer performance gains while accommodating for backward compatibility. You can see which browsers currently support WebAssembly at https://caniuse.com/#feat=wasm.
推薦閱讀
- Designing Machine Learning Systems with Python
- 數(shù)字媒體應用教程
- Spring Cloud Alibaba微服務架構(gòu)設計與開發(fā)實戰(zhàn)
- HTML5 移動Web開發(fā)從入門到精通(微課精編版)
- 實戰(zhàn)Java高并發(fā)程序設計(第3版)
- Drupal 8 Configuration Management
- Spring Boot Cookbook
- Learning Probabilistic Graphical Models in R
- Natural Language Processing with Python Quick Start Guide
- 零基礎學HTML+CSS
- SQL Server 入門很輕松(微課超值版)
- Data Science Algorithms in a Week
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)
- MongoDB Cookbook