Is there a way to link ldc objects with Emscripten to build wasm binary ?
Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
August 22 need help to use Emscripten with LDC to build wasm projects | ||||
---|---|---|---|---|
| ||||
August 22 Re: need help to use Emscripten with LDC to build wasm projects | ||||
---|---|---|---|---|
| ||||
Posted in reply to Dakota | 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't work on it anymore. |
August 22 Re: need help to use Emscripten with LDC to build wasm projects | ||||
---|---|---|---|---|
| ||||
Posted in reply to Dakota | 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 |
August 23 Re: need help to use Emscripten with LDC to build wasm projects | ||||
---|---|---|---|---|
| ||||
Posted in reply to monkyyy | 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 always suck tho Hi Ferhat Kurtulmuş, monkyyy Thanks for the tips. I will check your both solution. I try any suggestions how to fix this?
|
August 23 Re: need help to use Emscripten with LDC to build wasm projects | ||||
---|---|---|---|---|
| ||||
Posted in reply to Dakota | On Friday, 23 August 2024 at 05:50:43 UTC, Dakota wrote: >any suggestions how to fix this?
I dont use the std with wasm, everything imports everything else and there are just broken symbols deep in "core" that wont be fixed |