- 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.
推薦閱讀
- Functional Python Programming
- Learn to Create WordPress Themes by Building 5 Projects
- Web Development with Django Cookbook
- Java軟件開發基礎
- Mastering Google App Engine
- Serverless架構
- Rust Essentials(Second Edition)
- Unreal Engine 4 Shaders and Effects Cookbook
- Learning Concurrent Programming in Scala
- 西門子S7-200 SMART PLC編程從入門到實踐
- AutoCAD 2009實訓指導
- Django 5企業級Web應用開發實戰(視頻教學版)
- Qt 4開發實踐
- 官方 Scratch 3.0 編程趣味卡:讓孩子們愛上編程(全彩)
- PHP+MySQL Web應用開發教程