vendor: add Box3D support for WebAssembly (#7266)

vendor: add Box3D support for WebAssembly

Generate the WASM object directly from the existing build script so vendor binaries stay out of source control while JS target checks remain reproducible.
This commit is contained in:
nic-vdwalt
2026-08-09 20:19:41 +02:00
committed by GitHub
parent 9b45ef8239
commit f26ed4dccd
8 changed files with 58 additions and 7 deletions

View File

@@ -131,8 +131,8 @@ jobs:
./vendor/cgltf/src/build_cgltf.sh
./vendor/miniaudio/src/build_miniaudio.sh
./vendor/kb_text_shape/src/build_unix.sh
- name: Compile Box3D (Ubuntu ARM)
if: matrix.os == 'ubuntu-24.04-arm'
- name: Compile Box3D (Ubuntu)
if: matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-24.04-arm'
run: ./vendor/box3d/src/build.sh
- name: Odin check
run: ./odin check examples/demo -vet