-
Notifications
You must be signed in to change notification settings - Fork 478
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
Support wasm32-unknown-unknown #378
Comments
Ideally we would support this! The target, however, doesn't really have a C compiler because there's no real standard "sysroot" (currently) to actually compile C code against. The recently released |
I'll be happy to use |
I'm facing a similar problem here servo/rust-stb-image#94 but I have no clue where the wasm32 sysroot lives. I'm on CLANG 8.0.0 so I suppose it actually supports compiling to wasm32 but without the correct sysroot it can't find stdio.h and such headers. |
Now I see only support for
emscripten
, is there any plan for supporting targetwasm32-unknown-unknown
?https://github.com/alexcrichton/cc-rs/blob/9e57a2b0e922a96be5d28b1adf6e5fc41d5d762c/src/lib.rs#L1696
The text was updated successfully, but these errors were encountered: