wasm: support more vendor libraries

Adds support for:
- box2d
- cgltf
- stb image
- stb rect pack
This commit is contained in:
Laytan Laats
2024-09-09 18:49:13 +02:00
parent d783bca297
commit 5ae27c6ebc
45 changed files with 2828 additions and 231 deletions
+4
View File
@@ -0,0 +1,4 @@
//+build wasm32, wasm64p32
package vendor_box2d
@(require) import _ "vendor:libc"