Emscripten中文网
» Emscripten文档
该综合文档集包含使用Emscripten所需了解的一切内容。
快速开始:
Emscripten简介 explains what Emscripten does, why it is needed, its limitations and its licensing. It will help you understand whether Emscripten is the right tool for you.
Emscripten快速入门 将带领你下载,安装并使用Emscripten SDK。
Emscripten基础知识:
移植 说明了本机运行环境与Emscripten运行时环境之间的主要区别,并说明为了Web运行运行,你的C/C++代码所需进行的更改。
代码优化 显示如何优化代码的大小和性能。
Optimizing WebGL 提供了有关如何使页面的WebGL渲染性能最大化的技巧。
编译和运行项目 演示如何将Emsctipten集成到现有的项目中。
参与贡献:
参与贡献Emscripten 详细说明了如何为本项目做出贡献
从源代码构建Emscripten 说明了如何通过Github上的源码构建Emscripten(这对贡献者非常有用)
关于本站 describes the documentation tools and writing conventions used to create this site.
参考:
API参考 is a reference for the Emscripten toolchain.
Emscripten Compiler Settings is a reference of all the Emscripten compiler serttings.
工具参考 is a reference for the Emscripten integration APIs.
使用Sanitizers进行调试 shows how to debug with sanitizers.
Module Splitting is a guide to splitting modules and deferring the loading of code to improve startup time.
The full hierarchy of articles, opened to the second level, is shown below.