Files
Odin/vendor/box3d/box3d_wasm.odin
nic-vdwalt f26ed4dccd 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.
2026-08-09 20:19:41 +02:00

5 lines
87 B
Odin

#+build wasm32, wasm64p32
package vendor_box3d
@(require) import _ "vendor:libc-shim"