Skip to content
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

Update Cargo.toml to declare libc dependency for target_os=emscripten #496

Closed
wants to merge 1 commit into from

Conversation

burakemir
Copy link

When targetting wasm32-unknown-emscripten, there is a dependency on libc.
The Cargo.toml should reflect that.

@newpavlov
Copy link
Member

IIUC Emscripten in included into the UNIX target OS family, so this is redundant. Note that we test Emscripten build in our CI.

@burakemir
Copy link
Author

Thanks, you are right and there is an issue in our build configuration. Also figured out how to --print all-target-specs-json.

Closing this.

@burakemir burakemir closed this Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants