[native] 00 - Emscripten: js --> asm.js --> WebAssembly --> C/C++
Introduction
作者:Alon Zakai <br/>
编译:胡子大哈
翻译原文:http://huziketang.com/blog/posts/detail?postId=58ce80d2a6d8a07e449fdd28 <br/>
英文原文:Why WebAssembly is Faster Than asm.js
OpenCV.js demo
https://huningxin.github.io/opencv.js/samples/video-processing/index.html
https://kylemcdonald.github.io/cv-examples/
Resize DIY
还是自动动手制作wasm.js吧
放大缩小介绍:https://www.cnblogs.com/jesse123/p/10514332.html
OpenCV/resize: https://github.com/opencv/opencv/blob/master/modules/imgproc/src/resize.cpp
百度地图team使用经验:地图引擎使用WebAssembly的经验分享(WebGL地图引擎技术番外篇之二)
Ref: WebAssembly让你的Javascript计算性能提升70%
官方手把手例子:Developer’s Guide