- Notifications
You must be signed in to change notification settings - Fork301
Merge pull request #667 from 10ne1/dev/aratiu/fix-irrefutable-let-warn#609
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
name:WASM Target | |
on:[push] | |
jobs: | |
build: | |
runs-on:ubuntu-latest | |
steps: | |
-uses:actions/checkout@v4 | |
with: | |
submodules:recursive | |
-name:Install WASM tool chain | |
run:rustup target add wasm32-unknown-unknown | |
-name:Check WASM Target Compiles | |
run:cargo build --verbose --target=wasm32-unknown-unknown | |