标签: 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> ^~~~~~~~~