【发布时间】:2016-04-04 16:22:28
【问题描述】:
在不带任何参数的情况下使用 emscripten 编译 C++ 时,除了 webgl 画布之外,它还会生成一个带有控制台和 emscripten 徽标的 html 文件。
是否可以禁用 logo\console 并让它为一个充满 webgl 画布的空白网页生成 html\js?
【问题讨论】:
标签: c++ compilation frontend emscripten
在不带任何参数的情况下使用 emscripten 编译 C++ 时,除了 webgl 画布之外,它还会生成一个带有控制台和 emscripten 徽标的 html 文件。
是否可以禁用 logo\console 并让它为一个充满 webgl 画布的空白网页生成 html\js?
【问题讨论】:
标签: c++ compilation frontend emscripten
使用emcc --shell-file <path>
https://kripken.github.io/emscripten-site/docs/tools_reference/emcc.html
【讨论】: