Skip to content
Snippets Groups Projects
Unverified Commit 70fc75b6 authored by Yuki Okushi's avatar Yuki Okushi
Browse files

Enable `wasm32-unknown-emscripten` target

parent 12c28abe
No related branches found
No related tags found
No related merge requests found
...@@ -76,10 +76,8 @@ jobs: ...@@ -76,10 +76,8 @@ jobs:
# TARGET: wasm32-wasi # TARGET: wasm32-wasi
sparc64-unknown-linux-gnu: sparc64-unknown-linux-gnu:
TARGET: sparc64-unknown-linux-gnu TARGET: sparc64-unknown-linux-gnu
# Disabled because currently broken, see: wasm32-unknown-emscripten:
# https://github.com/rust-lang/libc/issues/1591 TARGET: wasm32-unknown-emscripten
# wasm32-unknown-emscripten:
# TARGET: wasm32-unknown-emscripten
x86_64-linux-android: x86_64-linux-android:
TARGET: x86_64-linux-android TARGET: x86_64-linux-android
x86_64-unknown-linux-gnux32: x86_64-unknown-linux-gnux32:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment