-
Notifications
You must be signed in to change notification settings - Fork 80
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
Conversation
There was a problem hiding this 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- wasm32-unknown-unknown | |
- wasm32-unknown-unknown | |
- wasm32-unknown-emscripten, | |
- wasm32-wasi |
Would it make sense to test against these targets as well?
There was a problem hiding this comment.
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 :)
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
…s#79) Signed-off-by: ackintosh <sora.akatsuki@gmail.com>
No description provided.