File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 60
60
target : wasm32-wasi
61
61
override : true
62
62
63
+ - name : Install Rust wasm32-unknown-unknown
64
+ uses :
actions-rs/[email protected]
65
+ with :
66
+ toolchain : stable
67
+ target : wasm32-unknown-unknown
68
+ override : true
69
+
63
70
- name : Install a recent version of clang
64
71
run : |
65
72
apt-get update
80
87
# TODO: ideally we would build `--workspace`, but not all crates compile for WASM
81
88
run : cargo build --target=wasm32-wasi
82
89
90
+ - name : Build on wasm32-wasi
91
+ # TODO: also run `cargo test`
92
+ # TODO: ideally we would build `--workspace`, but not all crates compile for WASM
93
+ run : cargo build --target=wasm32-unknown-unknown --features wasm-bindgen
94
+
83
95
check-rustdoc-links :
84
96
name : Check rustdoc intra-doc links
85
97
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments