emsc interop demo:演示从Javascript调用C函数的简单示例 源码
快速示例,从Java调用编译为WASM的C函数。 > emcc hello.c -o hello.html --shell-file shell.html > emrun hello.html 您应该在系统浏览器中看到“答案是:42”。
下载地址
用户评论