fix(xtask): adapt check-wasm-exports to web changes

This commit is contained in:
Amaan Qureshi 2025-01-16 02:14:40 -05:00
parent 25e6de4a0a
commit b1e39d2dba
3 changed files with 18 additions and 10 deletions

View file

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