PetterS / clang-wasm

How to build webassembly files with nothing other than standard Clang/llvm.
143 stars 15 forks source link

library.cpp:1:10: fatal error: 'stdio.h' file not found #6

Closed elvin-du closed 4 years ago

elvin-du commented 4 years ago

run make, following error occurs:

library.cpp:1:10: fatal error: 'stdio.h' file not found
mingodad commented 4 years ago

It seems that this https://github.com/PetterS/clang-wasm/pull/8 solve it and also compile with new versions of clang/llvm

PetterS commented 4 years ago

Now fixed.