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

Add support for WASM #11

Merged
merged 1 commit into from
Jul 31, 2020
Merged

Add support for WASM #11

merged 1 commit into from
Jul 31, 2020

Conversation

alecmocatta
Copy link

This adds support for wasm32-unknown-unknown. The only changes are defining various C types that libc doesn't define for this target.

I would like to have added cargo build --target wasm32-unknown-unknown to the CI but unfortunately it's not straightforward and I don't think it's worth doing until there's more clarity around best practises for WASM builds that invoke $CC.

@pmarks pmarks merged commit 59cc025 into 10XGenomics:master Jul 31, 2020
@pmarks
Copy link

pmarks commented Jul 31, 2020

@alecmocatta cool, thanks!

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