How do I compile for web?

I want to now how to compile my for browser as I didn’t find anything other than the web demo. Thanks

1 Like

So unfortunately this isn’t exactly possible right now.

There is a web solution using Bridge.NET build your game in that wrapper and then output to HTML, which is the one you’re talking about.

This is not super robust with all the features and they’re (supposedly) working on a webassembly version. But it works and saved my company a bit of money during covid after the casino running our games physically closed for awhile.

For this, you have to set up a web server to host these output files as well.

i don’t really know anything from blazor but cant u use that since it compiles to wasm?

Yeah highly requested feature, hope it comes out soon. :slightly_smiling_face: