World Wide Web Consortium (W3C) brings a new language to the Web as WebAssembly becomes a W3C Recommendation.
Following HTML, CSS, and JavaScript,...
For further actions, you may consider blocking this person and/or reporting abuse
I'm not a fan of JavaScript, but there was no credible alternative. In principle, I now have a choice of language, so long as it can target WebAssembly. This is a big deal.
As a concrete example, the prospect of being able to use a .Net Core stack and tooling end-to-end is very attractive. The potential for stream-lining development is huge. It's early days yet, but I expect WebAssembly (via Blazor) is going to be extremely popular in Microsoft shops.
I am pretty sure, Microsoft devs will pick only Blazor for WebAssembly and no other languages.
As Micsorost has a huge number of developers worldwide, the popularity of Blazor will be really high!
Iām really curious on what could be accomplished on the web with this change. Also do you think full stack devs are gonna need to learn web assembly???
I am also looking forward to this.
For me,Full stack developer is a very broad term. You can be fullstack dev working with .Net, Ruby , Python or anything.
Or you can be fullstack dev with only JS.
Microsoft has developped a layer on top of WebAssembly called Blazor. So for .NET devs it will be pretty easy to adopt WebAssembly.
I heard of Blazor. haven't tried it yet.
I will look on it.
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(?).
.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
Maybe I had it wrong, but I knew for sure that besides .NET, there are other candidates to use with WASM.
Yeah, Rust is a major candidate for it
Tools are still a bit unfriendly but they can only get better! Can't wait to see what they come up with because even though there's a very clear niche that benefits from Web Assembly I'm not sure it'll be massive soon and it's probably a good thing in the meantime.
Can't wait for WASI and what it'll come out from the byte code alliance though! hacks.mozilla.org/2019/03/standard...
Another one to watch is the WASM interface types standard.
WASI seems very interesting in fact! Let's see...
Your numbering system is wonky by including HTML and CSS. Why not XML? Personally I would have said confirmed the second, JavaScript and now wasm which are programming languages vs. markup languages. Cheers.
I actually get your point about what you meant. You think HTML and CSS are not languages, right?
If so, then the abbreviation of HTML is Hypertext Markup Language, from that angle it means it's a language š
HTML and CSS are languages, just declarative ones.
HTML and CSS both can be run natively in Browser, But not XML. That's why.
But the title "WebAssembly becomes the fourth language for the Web" was written by W3C(not me).
Actually, XML can be natively shown if you use XSLT.
Even though it's not like everybody is going to be writing WebAssembly all of a sudden, this is one of the more fascinating tech trends to follow. Could dramatically affect what we can do in the browser.
Yeah, also seems like other programmers (who can't write JS or don't want to write JS) will get the floor.
Also, performance benefits will be an addition
WebAssembly is the equivalent of llvm for the web. And if you look at it, it is more of a compiler infrastructure. The need of learning it will be to the language developers or some of us that are doing deep stuff. If you look around everybody is doing something similar. Go has WA target. Android went aot in v5 I think, flutter dart compiles to native on mobile and desktop thanks to skia, Swift is llvm, not sure about c# on the desktop, Java has a library called Quarkus for llvm for the web, Facebook tried transcribing php to c, python has cython....
Didn't know about LLVM thing.
For others - llvm.org/
Fascinating
Seems so!
Yup!
es2020 please also typescript