- 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.
推薦閱讀
- Learning Cython Programming(Second Edition)
- 大學計算機基礎實驗教程
- Getting Started with CreateJS
- Python王者歸來
- 差分進化算法及其高維多目標優化應用
- 深度強化學習算法與實踐:基于PyTorch的實現
- SSM輕量級框架應用實戰
- 快速念咒:MySQL入門指南與進階實戰
- 新一代SDN:VMware NSX 網絡原理與實踐
- Xamarin Blueprints
- Learning Android Application Testing
- JavaScript編程精解(原書第2版)
- Java EE輕量級解決方案:S2SH
- Flutter從0基礎到App上線
- Python Django Web從入門到項目實戰(視頻版)