We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74193ae commit ecfbb10Copy full SHA for ecfbb10
.github/workflows/ci.yml
@@ -43,6 +43,16 @@ jobs:
43
command: test
44
args: --all --no-default-features --features runtime-async-std
45
46
+ # Check WASI 0.2 target.
47
+ check_wasi:
48
+ name: Check wasm32-wasip2 target
49
+ runs-on: ubuntu-latest
50
+ steps:
51
+ - uses: actions/checkout@master
52
+ - run: rustup target add wasm32-wasip2
53
+ - name: check
54
+ run: cargo check --target wasm32-wasip2
55
+
56
check_fmt_and_docs:
57
name: Checking fmt and docs
58
runs-on: ubuntu-latest
0 commit comments