|
@@ -54,7 +54,7 @@ emcc test.c -o test.html
|
|
|
```
|
|
|
##### 3. 测试是否正常使用
|
|
|
> 有两种测试方式,都依赖于 `node` 环境 在安装 `emsdk` 时已经进行安装了,直接用就行
|
|
|
-
|
|
|
+<!-- tabs:start -->
|
|
|
###### 方案1
|
|
|
通过npm全局安装并启动一个静态服务器,然后在浏览器访问 127.0.0.1:9080
|
|
|
```shell
|
|
@@ -68,6 +68,7 @@ static-server
|
|
|
```shell
|
|
|
node ./test.js
|
|
|
```
|
|
|
+<!-- tabs:end -->
|
|
|
|
|
|
上方安装 `emsdk` 参考于 [https://github.darkgod.online/docs/emscripten/ffmpeg](https://github.darkgod.online/docs/emscripten/ffmpeg)
|
|
|
|