ci: cross-compile without cross-rs

This commit is contained in:
ObserverOfTime 2025-09-20 09:38:54 +03:00 committed by Amaan Qureshi
parent 0ca8fe8c12
commit 79ef484392
5 changed files with 116 additions and 154 deletions

View file

@ -1,4 +1,4 @@
name: Check WASM Exports
name: Check Wasm Exports
on:
pull_request:
@ -33,9 +33,9 @@ jobs:
env:
CFLAGS: -g -Werror -Wall -Wextra -Wshadow -Wpedantic -Werror=incompatible-pointer-types
- name: Build WASM Library
- name: Build Wasm Library
working-directory: lib/binding_web
run: npm ci && npm run build:debug
- name: Check WASM exports
- name: Check Wasm exports
run: cargo xtask check-wasm-exports