- 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
- C語言程序設計實踐教程(第2版)
- Learning ROS for Robotics Programming(Second Edition)
- Visual C++串口通信開發入門與編程實踐
- C語言程序設計(第2版)
- Developing Middleware in Java EE 8
- Julia機器學習核心編程:人人可用的高性能科學計算
- Processing互動編程藝術
- C語言程序設計案例式教程
- Scientific Computing with Scala
- Learning Vaadin 7(Second Edition)
- OpenCV with Python By Example
- ExtJS Web應用程序開發指南第2版
- UML軟件建模
- Python繪圖指南:分形與數據可視化(全彩)