Re: need help to use Emscripten with LDC to build wasm projects

2024-08-22 Thread Dakota via Digitalmars-d-learn
On Thursday, 22 August 2024 at 21:19:57 UTC, monkyyy wrote: On Thursday, 22 August 2024 at 07:28:00 UTC, Dakota wrote: Is there a way to link ldc objects with Emscripten to build wasm binary ? yes; you'll have to untangle my build system https://github.com/crazymonkyyy/raylib-2024 It will al

Re: need help to use Emscripten with LDC to build wasm projects

2024-08-22 Thread monkyyy via Digitalmars-d-learn
On Thursday, 22 August 2024 at 07:28:00 UTC, Dakota wrote: Is there a way to link ldc objects with Emscripten to build wasm binary ? yes; you'll have to untangle my build system https://github.com/crazymonkyyy/raylib-2024 It will always suck tho

Re: need help to use Emscripten with LDC to build wasm projects

2024-08-22 Thread Ferhat Kurtulmuş via Digitalmars-d-learn
On Thursday, 22 August 2024 at 07:28:00 UTC, Dakota wrote: Is there a way to link ldc objects with Emscripten to build wasm binary ? Some years a go, i was able to build and run my hobby game using EMScripen. Things must be changed now. I drop the link here. I cannot help further since i don'