Skip to content

Add ServerKeyState for key synchronization #167

Add ServerKeyState for key synchronization

Add ServerKeyState for key synchronization #167

Workflow file for this run

on:
push:
branches:
- main
pull_request:
name: Tests
jobs:
wasm:
runs-on: ubuntu-latest
env:
RUSTFLAGS: ''
CARGO_PROFILE_DEV_DEBUG: '0' # reduce size of target directory
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: WASM pkg
run: |
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
cd ./star-wasm
make build
- name: WASM www
run: |
cd ./star-wasm/www
make