1 2 3 4 5 6 7 8 9 10 11 12
all: cargo build node: npm run build wasm: wasm-pack build --target web --release --features wasm is_ok: cargo fmt --check cargo clippy --fix --all-features