Testing the Swift C compatibility with Raylib (+WASM)

14 pointsposted 2 days ago
by LucidLynx

2 Comments

keldaris

10 minutes ago

Out of curiosity, how does the size and performance of the generated WASM compare to just compiling the same Raylib example from the equivalent C code via Emscripten? In other words, how much overhead does the choice to use Swift add here or in general?

acarette

2 days ago

Thanks for sharing it!

I might be interested on how to build the WASM build more easier with Swift tools. I guess some tools exist to facilitate the final builds, but did not found it...

Do not hesitate to comment if someone experienced this before.