logo
首页技术栈工具库讨论
emscripten

emscripten

Emscripten compiles C and C++ to WebAssembly using LLVM and Binaryen. Emscripten output can run on the Web, in Node.js, and in wasm runtimes.
由 
bruceshi2021-01-13 收录
100%
推荐
不推荐
更多信息
CONDA
conda install -c anaconda emscripten
查看
HOMEBREW
brew install emscripten
查看
标签
根据用户添加的标签生成
Wang Zuo
很多原生的应用比如ffmpeg都可以编译之后直接运行在浏览器中,给web开发提供了新的选择,比如在浏览器中用ffmpeg解析一些新的视频格式文件直接播放。
推荐用户