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 emscripten-wasm32 and wasi-wasm32 support #4813

Merged
merged 12 commits into from Sep 22, 2023
Merged

Conversation

wolfv
Copy link
Contributor

@wolfv wolfv commented Mar 20, 2023

Description

We need emscripten-wasm32 and wasi-wasm32 platform support in emscripten-forge. Refs conda/conda#13095.

Checklist - did you ...

  • Add a file to the news directory (using the template) for the next release's release notes?
  • [ ] Add / update necessary tests?
  • [ ] Add / update outdated documentation?

@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label Mar 20, 2023
jezdez
jezdez previously approved these changes Sep 13, 2023
@jezdez jezdez changed the title add emscripten-32 support Add emscripten-wasm32 and wasi-wasm32 support Sep 13, 2023
@jezdez jezdez enabled auto-merge (squash) September 13, 2023 15:56
jezdez
jezdez previously approved these changes Sep 13, 2023
@jezdez jezdez merged commit 0a3ecf0 into conda:main Sep 22, 2023
24 checks passed
@kenodegard kenodegard mentioned this pull request Sep 26, 2023
36 tasks
@@ -580,7 +580,7 @@ def get_shlib_ext(host_platform):
return ".dll"
elif host_platform in ["osx", "darwin"]:
return ".dylib"
elif host_platform.startswith("linux"):
elif host_platform.startswith("linux") or host_platform.endswith("-wasm32"):
Copy link
Contributor

Choose a reason for hiding this comment

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

host_platform only has the OS, so this condition will not be true.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed [bot] added once the contributor has signed the CLA
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

4 participants