-
Notifications
You must be signed in to change notification settings - Fork 390
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
Emscripten Targets Fail with Container Images #839
Labels
Comments
Looks like we can re-enable |
Alexhuszagh
added a commit
to Alexhuszagh/cross
that referenced
this issue
Jun 22, 2022
Uses a trick described in rust-lang/rust/issues#85821#issuecomment-969369677. Note that this still allows it to run, despite there seemingly being no entry point: this has no effect on the resulting code. Related to cross-rs#609. Partially fixes cross-rs#839.
bors bot
added a commit
that referenced
this issue
Jun 24, 2022
840: Re-enable wasm32-unknown-emscripten target. r=Emilgardis a=Alexhuszagh Uses a trick described in rust-lang/rust/issues#85821#issuecomment-969369677. Note that this still allows it to run, despite there seemingly being no entry point: this has no effect on the resulting code. Related to #609. Partially fixes #839. Co-authored-by: Alex Huszagh <[email protected]>
Emilgardis
pushed a commit
to Emilgardis/cross
that referenced
this issue
Jun 24, 2022
Uses a trick described in rust-lang/rust/issues#85821#issuecomment-969369677. Note that this still allows it to run, despite there seemingly being no entry point: this has no effect on the resulting code. Related to cross-rs#609. Partially fixes cross-rs#839.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The container images are currently disabled on CI, however, they can be built. Unfortunately, attempting to do so produces:
The text was updated successfully, but these errors were encountered: