跳至内容
CSS3 Dot TOP
用户工具
登录
站点工具
搜索
工具
显示页面
修订记录
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
编程:web:emscripten
您载入了该文档旧的修订版!
如果您保存了它,您就会用这些数据创建一份新的修订版。
媒体文件
====== emscripten ====== Emscripten是一个工具链,用于编译使用LLVM构建的asm.js和WebAssembly,它允许您以接近本机的速度在Web上运行C和C ++而无需插件。\\ 官网:https://emscripten.org/ \\ ===== 安装 ===== ==== 编译安装 ==== # Get the emsdk repo git clone https://github.com/emscripten-core/emsdk.git # Enter that directory cd emsdk # Fetch the latest version of the emsdk (not needed the first time you clone) git pull # Download and install the latest SDK tools. ./emsdk install latest # Make the "latest" SDK "active" for the current user. (writes ~/.emscripten file) ./emsdk activate latest # Activate PATH and other environment variables in the current terminal source ./emsdk_env.sh ==== apt安装(仅限ubuntu) ==== sudo apt install emscripten ==== docker安装 ==== 项目地址:https://github.com/apiaryio/emscripten-docker\\
保存
预览
取消
编辑摘要
当您选择开始编辑本页,即寓示你同意将你贡献的内容按下列许可协议发布:
GNU Free Documentation License 1.3
编程/web/emscripten.1565235157.txt.gz
· 最后更改: 2019/08/08 11:32 由
cgoxopx
页面工具
显示页面
修订记录
反向链接
回到顶部