mirror of
https://github.com/odin-lang/Odin.git
synced 2026-09-19 02:04:42 +00:00
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.
5 lines
87 B
Odin
5 lines
87 B
Odin
#+build wasm32, wasm64p32
|
|
package vendor_box3d
|
|
|
|
@(require) import _ "vendor:libc-shim"
|