是否可以像现在一样轻松地编译 Emscripten,但没有控制台和 emscripten 徽标?
Is it possible to compile Emscripten as easily as now, but without the console and emscripten logo?
当使用不带任何参数的 emscripten 编译 C++ 时,除了 webgl canvas.
之外,它还会生成一个带有控制台和 emscripten 徽标的 html 文件
是否可以禁用 logo\console 并让它为充满 webgl canvas 的空白网页生成 html\js?
使用emcc --shell-file <path>
https://kripken.github.io/emscripten-site/docs/tools_reference/emcc.html
当使用不带任何参数的 emscripten 编译 C++ 时,除了 webgl canvas.
之外,它还会生成一个带有控制台和 emscripten 徽标的 html 文件是否可以禁用 logo\console 并让它为充满 webgl canvas 的空白网页生成 html\js?
使用emcc --shell-file <path>
https://kripken.github.io/emscripten-site/docs/tools_reference/emcc.html