- 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.
推薦閱讀
- 騰訊iOS測(cè)試實(shí)踐
- Web Scraping with Python
- C/C++算法從菜鳥到達(dá)人
- 基于免疫進(jìn)化的算法及應(yīng)用研究
- 用Python實(shí)現(xiàn)深度學(xué)習(xí)框架
- Mastering Android Game Development
- Creating Stunning Dashboards with QlikView
- Building Wireless Sensor Networks Using Arduino
- Access 2010數(shù)據(jù)庫應(yīng)用技術(shù)實(shí)驗(yàn)指導(dǎo)與習(xí)題選解(第2版)
- AMP:Building Accelerated Mobile Pages
- DB2SQL性能調(diào)優(yōu)秘笈
- Java Web入門很輕松(微課超值版)
- Python程序設(shè)計(jì)案例教程
- Oracle API Management 12c Implementation
- Unity AI Game Programming(Second Edition)