vorlac / godot-roguelite

Godot 4.3 GDExtension C++ game prototype
https://github.com/vorlac/godot-roguelite
MIT License
144 stars 11 forks source link

Web assembly compilation #19

Closed PTSVU closed 2 months ago

PTSVU commented 2 months ago

I am not very good at this, and I am having trouble compiling a .wasm file. I would like to ask for help with this issue.

vorlac commented 2 months ago

Sorry i've never messed with web assembly for gdextension, but it should be possible to create an export for it if you have the tooling installed. I think at the very least it should require a special compiler. Some of the folks in the godot discords should also be able to help you with this.

PTSVU commented 2 months ago

Understood. Thank you.