On Tuesday, 9 July 2024 at 07:54:12 UTC, kiboshimo wrote:
I'm going to try a project with raylib and WASM.
use mine https://github.com/crazymonkyyy/raylib-2024/blob/master/docs/examplecode.md
- betterC can be compiled to WASM, but some of phobos can't, so basically same worries as above. I'm afraid to lose some essential systems stuff that I could not replace.
yes, and your not afraid enough
Really liked the idea of doing it with betterC to start my systems programming journey
Theres nothing even slightly pleasant or easy about d's wasm "support"; I wrote my own cos, sqrt functions, you get *nothing* from phoboes