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

make rattler-package-streaming compile with wasm #287

Merged
merged 4 commits into from
Aug 24, 2023
Merged

Conversation

wolfv
Copy link
Contributor

@wolfv wolfv commented Aug 23, 2023

No description provided.

@wolfv
Copy link
Contributor Author

wolfv commented Aug 24, 2023

  • Should we move the blocking stuff into a seperate module so that we can exclude it more easily from the compilation?
  • make blocking a default feature?

I think then it looks kinda decent!

crates/rattler_conda_types/src/channel/mod.rs Outdated Show resolved Hide resolved
@@ -146,7 +146,9 @@ impl Platform {
target_os = "emscripten",
windows
)))]
compile_error!("unsupported target os");
{
return Platform::Linux64;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe add a comment to why this is linux64.

crates/rattler_networking/Cargo.toml Show resolved Hide resolved
crates/rattler_package_streaming/Cargo.toml Show resolved Hide resolved
@wolfv wolfv marked this pull request as ready for review August 24, 2023 13:04
@baszalmstra baszalmstra merged commit 42ccfdc into conda:main Aug 24, 2023
7 checks passed
@wolfv wolfv deleted the wasm branch August 24, 2023 13:55
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