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 wasm32 as a cross-compile target #79

Merged
merged 1 commit into from Aug 10, 2022

Conversation

thomaseizinger
Copy link
Contributor

No description provided.

Copy link
Member

@mxinden mxinden left a comment

Choose a reason for hiding this comment

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

🙏 this help is much appreciated!

@@ -147,6 +147,7 @@ jobs:
- mipsel-unknown-linux-gnu
- powerpc-unknown-linux-gnu
- powerpc64-unknown-linux-gnu
- wasm32-unknown-unknown
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- wasm32-unknown-unknown
- wasm32-unknown-unknown
- wasm32-unknown-emscripten,
- wasm32-wasi

Would it make sense to test against these targets as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think wasm32-unknown-unknown is the most restrictive one. If it works for those, it should work for the others too :)

Copy link
Member

Choose a reason for hiding this comment

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

Understood. Let's proceed as is then.

@@ -147,6 +147,7 @@ jobs:
- mipsel-unknown-linux-gnu
- powerpc-unknown-linux-gnu
- powerpc64-unknown-linux-gnu
- wasm32-unknown-unknown
Copy link
Member

Choose a reason for hiding this comment

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

Understood. Let's proceed as is then.

@mxinden mxinden merged commit 8b7ab5b into prometheus:master Aug 10, 2022
ackintosh pushed a commit to ackintosh/client_rust that referenced this pull request Aug 27, 2022
…s#79)

Signed-off-by: ackintosh <sora.akatsuki@gmail.com>
@thomaseizinger thomaseizinger deleted the wasm-ci branch November 18, 2022 00:57
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.

None yet

2 participants