damntourists / cimgui-go-ebiten

Ebiten backend for cimgui-go!
MIT License
6 stars 1 forks source link

Does it works with wasm ? #1

Open Gandalf-Le-Dev opened 4 months ago

damntourists commented 4 months ago

That's a good question! I've personally never tried compiling to wasm, but If ebiten can compile to wasm, I don't see why not.

damntourists commented 1 week ago

Hi there! I wanted to follow up on this!

@gucio321, a developer on the cimgui-go repository mentioned that compiling to WASM is not supported yet in CGO. They have a ticket open on the golang repository @ https://github.com/golang/go/issues/55351 regarding WASM.