Replies: 2 comments 3 replies
-
If you can make everyone install a dotnet runtime like a browser? |
Beta Was this translation helpful? Give feedback.
3 replies
-
.... The whole point of WebAssembly (WASM) is that you would distribute a language-neutral binary format, especially because sending text is huge compared to binary. So the trend is to move to a future where no source code is distributed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Now we can run dotnet in browser with our Blazor Webassembly projects, it's tempting to fetch a C# file like we fetch a javascript file, then running the codes
the reason this said file wasn't in a better form to be consumed was the benefit it gives for human to read the codes and understand what it's saying. Meanwhile a program written with the C# language is simply text before it's compiled, making this format very very portable, one very good example is dotnet interactive
I am possitive there is going to be CORS issue etc etc but can we do this
Beta Was this translation helpful? Give feedback.
All reactions