- 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 Game Programming Cookbook
- OpenCV實(shí)例精解
- Learning RabbitMQ
- Developing Middleware in Java EE 8
- Scala Design Patterns
- Arduino開發(fā)實(shí)戰(zhàn)指南:LabVIEW卷
- Learn Programming in Python with Cody Jackson
- GitLab Repository Management
- MySQL數(shù)據(jù)庫(kù)管理與開發(fā)實(shí)踐教程 (清華電腦學(xué)堂)
- AppInventor實(shí)踐教程:Android智能應(yīng)用開發(fā)前傳
- 深入實(shí)踐Kotlin元編程
- Mastering Unreal Engine 4.X
- Visual FoxPro程序設(shè)計(jì)實(shí)驗(yàn)教程
- 深入實(shí)踐C++模板編程
- Web前端開發(fā)精品課:HTML5 Canvas開發(fā)詳解