编译和运行项目
This section contains topics about building projects and running the output.
- 构建项目 shows how to use Emscripten编译器前端(emcc) as a drop-in replacement for gcc in your existing project.
- 编译为WebAssembly explains how Emscripten can be used to build WebAssembly files
- 使用emrun运行HTML文件 explains how to use emrun to run generated HTML pages in a locally launched web server.
- 使用Travis CI构建项目 explains how to build and test projects on Travis CI.
- 部署Emscripten编译后页面 covers topics related to hosting Emscripten compiled web pages on a CDN.
- 在GitLab上构建和部署 explains how to build and test projects on GitLab.