File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- bordumbb@gmail.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFULjBhc8LYqybpW+IUwW9/QhrNsu5eUlHjpl0xbWZhd main
1+ bordumbb@gmail.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEDeaOmUEcUjzChUedAsPyDO4mnjIa8j92fD9rGpuZd0 main
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 restore-keys : ${{ runner.os }}-msrv-
109109 - run : cargo check --workspace
110110 wasm :
111- name : WASM check (auths-verifier)
111+ name : WASM build (auths-verifier)
112112 runs-on : ubuntu-latest
113113 steps :
114114 - uses : actions/checkout@v4
@@ -123,6 +123,8 @@ jobs:
123123 target
124124 key : ${{ runner.os }}-wasm-${{ hashFiles('**/Cargo.lock') }}
125125 restore-keys : ${{ runner.os }}-wasm-
126- - name : Build WASM target
126+ - name : Install wasm-pack
127+ run : curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
128+ - name : Build WASM with wasm-pack
127129 working-directory : crates/auths-verifier
128- run : cargo build --target wasm32-unknown-unknown --no-default-features --features wasm
130+ run : wasm-pack build --target bundler --no-default-features --features wasm
You can’t perform that action at this time.
0 commit comments