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

ci: build vortex crate with wasm32-unknown-unknown #1599

Merged
merged 1 commit into from
Dec 6, 2024
Merged

Conversation

a10y
Copy link
Contributor

@a10y a10y commented Dec 6, 2024

Ensure that vortex crate always builds for the wasm32-unknown-unknown target with default features.

In the future if we add new functionality that is part of the default-features that is not safe for WASM, we'll just need to mark it as #[cfg(not(target_family = "wasm"))]

@a10y a10y marked this pull request as ready for review December 6, 2024 17:17
@a10y a10y enabled auto-merge (squash) December 6, 2024 17:20
@a10y a10y disabled auto-merge December 6, 2024 17:20
@a10y a10y requested review from lwwmanning and AdamGS December 6, 2024 17:20
@a10y a10y merged commit 77a292d into develop Dec 6, 2024
12 checks passed
@a10y a10y deleted the aduffy/wasm-ci branch December 6, 2024 17:22
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