fix(xtask): adapt check-wasm-exports to web changes
This commit is contained in:
parent
25e6de4a0a
commit
b1e39d2dba
3 changed files with 18 additions and 10 deletions
4
.github/workflows/wasm_exports.yml
vendored
4
.github/workflows/wasm_exports.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue