DEV Community

Discussion on: W3C confirms: WebAssembly becomes the fourth language for the Web šŸ”„ What do you think?

Collapse
 
andreasjakof profile image
Andreas Jakof

No need to learn WebAssembly... at least when you are already using .NET and not as a new language itself.
The same goes for GO and others(?).

Collapse
 
destro_mas profile image
Shahjada Talukdar The Destro Dev Show

.Net introduced Blazor which can run C# code using WebAssembly.

dotnet.microsoft.com/apps/aspnet/w...

You can use Rust for WebAssembly. Not sure about Go yet.
Need to search on the web

Thread Thread
 
andreasjakof profile image
Andreas Jakof

Maybe I had it wrong, but I knew for sure that besides .NET, there are other candidates to use with WASM.

Thread Thread
 
destro_mas profile image
Shahjada Talukdar The Destro Dev Show

Yeah, Rust is a major candidate for it