clang将c ++编译为wasm,找不到stdio.h发生错误

时间:2019-12-20 01:43:35

标签: clang webassembly

我输入:

npm install --save lodash

始终存在以下错误:

 clang -emit-llvm --target=wasm32 -Oz my.cpp -c -o math.bc

我的来源如下:

my.cpp:1:10: fatal error: 'stdio.h' file not found
#include <stdio.h>
         ^~~~~~~~~

0 个答案:

没有答案