You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like we can re-enable asmjs-unknown-emscripten once rust-lang/rust#98216 lands on stable, as long as we ensure the compiler version is high enough.
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 fixescross-rs#839.
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 <ahuszagh@gmail.com>
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 fixescross-rs#839.
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: