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
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]>
[1] libc = bionic; Only works with native tests, that is, tests that do not depends on the
378
378
Android Runtime. For i686 some tests may fails with the error `assertion
@@ -389,8 +389,10 @@ terminate.
389
389
390
390
[5] Must change `image = "x86_64-unknown-linux-gnu:main-centos"` in `Cross.toml` for `[target.x86_64-unknown-linux-gnu]` to use the CentOS7-compatible target.
391
391
392
-
<!--[6] libc = musl, gcc = emcc. The Docker images for these targets are currently not built automatically
393
-
due to a [compiler bug](https://github.com/rust-lang/rust/issues/85821), you will have to build them yourself for now.-->
392
+
[6] libc = emscripten and GCC = clang
393
+
394
+
<!--[7] libc = emscripten and GCC = clang. The Docker images for these targets are currently not built automatically
395
+
due to a [compiler bug](https://github.com/rust-lang/rust/issues/98216), you will have to build them yourself for now.-->
394
396
395
397
Additional Dockerfiles for other targets can be found in [cross-toolchains](https://github.com/cross-rs/cross-toolchains).
396
398
These include MSVC and Apple Darwin targets, which we cannot ship pre-built images of.
0 commit comments