ci: cross-compile without cross-rs
This commit is contained in:
parent
0ca8fe8c12
commit
79ef484392
5 changed files with 116 additions and 154 deletions
6
.github/workflows/wasm_exports.yml
vendored
6
.github/workflows/wasm_exports.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue