-
Notifications
You must be signed in to change notification settings - Fork 694
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--target=wasm32-unknown-unknown: 'stdio.h' file not found #2829
Comments
you need to tell |
Can you explain this in more detail? How do I use the parameters passed to clang, because I don't know where the header files are exactly, and using other targets, it doesn't give me an error, is it because the environment is missing some libraries?
|
Yes, I haven't ever cross compiled to wasm but I found this post stating that |
This shows that many people have encountered the same problem, but we must use some cumbersome methods to bypass this problem. Using new toolchains such as zig-cc will increase the complexity. And this blog seems to be released on 2023-01-01, we can only look forward to subsequent support. |
I don't think we can do anything from the bindgen side to alleviate this. |
Input C/C++ Header
Bindgen Invocation
stdlib.h, inttypes.h, string.h, assert.h also have the same problem
Actual Results
Expected Results
No errors and compiled successfully
The text was updated successfully, but these errors were encountered: