【发布时间】:2021-04-17 00:26:13
【问题描述】:
我正在尝试在 WSL(Linux 的 Windows 子系统)上使用 WebAssembly 和 Emscripten。尝试emrun [name].html 从命令行运行示例 HTML 文件会导致错误:
Unable to find browser "firefox"! Check the correctness of the passed --browser=xxx parameter!
如何在 Linux 系统 (Ubuntu) 上通过 WSL 命令行访问主机 (windows) 浏览器?
【问题讨论】:
标签: ubuntu windows-subsystem-for-linux webassembly emscripten