C
C#9mo ago
Ham_sandwich

❔ exporting C# to html

is there a way to export c# and raylib_cs to html?
23 Replies
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
Ham_sandwich
Ham_sandwich9mo ago
I mean that I want my code to run on the web
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
Ham_sandwich
Ham_sandwich9mo ago
correct
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
Ham_sandwich
Ham_sandwich9mo ago
I don't know much about WASM or web builds in genera;
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
Ham_sandwich
Ham_sandwich9mo ago
yes
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
Ham_sandwich
Ham_sandwich9mo ago
I can't find how to use raylib_cs in wasm, all I see is how to use raylib c++ with emscripten
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
Ham_sandwich
Ham_sandwich9mo ago
I see that on your screen, but I can't find it when I look it up, could you send the link?
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
Ham_sandwich
Ham_sandwich9mo ago
yes ik
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
Ham_sandwich
Ham_sandwich9mo ago
it shows exact results
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
Ham_sandwich
Ham_sandwich9mo ago
true idk I feel like I'm just too used to google, google accounts, google features, android, google services
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
Ham_sandwich
Ham_sandwich9mo ago
thanks for the help I'm confused tho, am I supposed to download anything from the repo or do I just follow the run instructions
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
Ham_sandwich
Ham_sandwich9mo ago
yeah I closed the repo and I'm publishing it now but it is struggling
Accord
Accord9mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ I want to create post which contain image and still stuck in this shit 3 days, help me :((I have tested in postman but it always return 415 error❔ ✅ cannot get xaml designer to show in visual studioHas anyone else had an issue with getting any of the xml files to show in the designer preview in vi❔ Function with generic argument as a setterHeyo, I'm currently trying to do something like this:✅ ✅ Static constructor for C# class not being calledI declared a class, here `X` which has a normal constructor and a static constructor. The static co❔ NewtownSoft.JSON and classes that need references to its ownerI have two classes. Class A owns instances of Class B. But each instance of Class B needs a refere❔ Is it correct to use a single instance of Azure Front Door for different types of resources?I have an AFD profile in a resource group which was intended to be used to server Web APIs and it ha✅ DB context injection not workinghi, i have app like this - ```cs DotNetEnv.Env.Load("../build/"); var builder = WebApplication.Crea❔ Trying to find a way so it shows the sum of all the numbers entered and the also the average.```cs Modifier votre code Q2 afin de calculer/afficher la somme et ❔ What would be the best way to dynamicly cut in a string>So for example I have this: "C:\Users\USERNAME\Documents\Paradox Interactive\Hearts of Iron IV\mod\H❔ Reloading MainWindow after some changesHello guys, im currently working on a project to improve my C#/programming skills. I have following