- 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 Neo4j
- Advanced Machine Learning with Python
- Spring 5.0 By Example
- Redis Applied Design Patterns
- MATLAB 2020 從入門到精通
- Java 9 Programming Blueprints
- NumPy Essentials
- WordPress Plugin Development Cookbook(Second Edition)
- The DevOps 2.5 Toolkit
- Java面向?qū)ο蟪绦蛟O(shè)計
- RESTful Java Web Services(Second Edition)
- MATLAB GUI純代碼編寫從入門到實戰(zhàn)
- Spring 5 Design Patterns
- Machine Learning for OpenCV
- PHP Microservices