20:30 The most hardcore LLVM fan in the audience :D
@Tech_Alchemy6 жыл бұрын
Lol
@avimehenwal4 жыл бұрын
yep, we heard him XD cheers back for you too XD
@codewkarim3 жыл бұрын
Heard that too xD
@nibiruimagineering3 жыл бұрын
FUCK YEAH
@trkjo7 жыл бұрын
Awesome speaker with great illustrations. Clear, instructive and dynamic talk on this interesting topic.
@misanthropicjoy6 жыл бұрын
Fantastic presentation. Thank you. I love these high level overviews. Most of us want to "get to coding" but without context it's only zombie coding.
@sasisarath86753 жыл бұрын
zombie code i love the word. lol.
@MsPwaterman7 жыл бұрын
Bravo! Excellent, crystal clear explanation of a difficult topic! (Particularly for non-programmers, and more "visually-oriented" individuals.) TY!
@none0n3 жыл бұрын
Wow, she ate this talk up. Very clear, very precise. Danke!
@NitishKumar-nz8qy7 жыл бұрын
She's really good.
@kesuskim60727 жыл бұрын
awesome talk, awesome illustration. AWESOME! ;D
@ShameerAhamediboad6 жыл бұрын
She is an absolutely brilliant speaker.
@salvatorezappala85587 жыл бұрын
This is incredibly informative. Thank you
@wpleary26 жыл бұрын
This is such a good presentation. Thoroughly enjoyed.
@KelvinMeeks5 жыл бұрын
Such an excellent presentation - and a very talented speaker.
@BernhardHofmann7 жыл бұрын
Absolutely brilliant talk. THANK YOU !
@xinyixu47262 жыл бұрын
heptapods at 7:14! ! It is like the scene of Arrival.
@mustafwm7 жыл бұрын
A great presentation. Learned a lot. Thank you :)
@JohnBielecki6 жыл бұрын
She's very good at explaining.
@bloggervista6 жыл бұрын
fav speaker
@vladimir_dev5 жыл бұрын
Great talk, loved it!
@japrogramer7 жыл бұрын
When will wasm be able to manipulate the dom?
@orlovsskibet4 жыл бұрын
I don't think that would give any significant performance improvements, but I could be wrong.
@JamPanha0074 жыл бұрын
@@orlovsskibet true it wont gain any performance upper hand, but some people hate js to the core lol... (i am typescript fan)
@softwarelivre23892 жыл бұрын
@@orlovsskibet it could, because you may be doing something in WASM and you'd not need to go back and forth with the JS runtime in order to do stuff.
@yashanand19103 жыл бұрын
What a brilliant presentation.
@InayetHadi6 жыл бұрын
This was very clear in explaining webassembly compared to a lot of other videos in KZbin. I am learning javascript, nodejs, and angular... will these technologies be abandoned in next 5+ years?
@Jianju695 жыл бұрын
Nah, think of WebAssembly as the superfast alien-dude with lots of arms, hidden under the table at the post office in Men in Black II. Javascript is more like Agent K, and Node is the beat-boxing alien.
@softwarelivre23892 жыл бұрын
Javascript is still one of the best interpreted languages out there. WASM is meant to integrate JS with static typed, compiled languages without garbage collectors, such as C, C++ and Rust.
@philtrem7 жыл бұрын
Really good presentation !
@jetmartin95015 жыл бұрын
Maybe I'm confused about WebAssembly. I ask because in the comments for this video I see people asking when will JS will be replaced by WebAssembly (as if programmers will be developing code in WebAssembly) and further more people speculating that JS won't likely be replaced completely by WebAssembly for another X years(?) so their NodeJS, Angular and JS skills are safe for now? Huh? I thought I understood from this talk that developers will still be writing their applications in high level languages (e.g., JS, plus others). It's just that these High Level Languages will get compiled into WebAssembly code that will be downloaded and run in the browser (after it gets translated into machine code by the browser engine). So with that context in mind I don't understand all of this discussion/speculation about WebAssembly replacing JS and obsoleting other high level software tools (e.g., Nodejs, Angular). It's not a competing technology to high level software dev tools...it's complimentary, right? Am I missing something?
@MubashirAR5 жыл бұрын
its complimentary yes. WebAssembly allows us to use code from languages that can be compiled to wasm, e.g. rust, c++, etc. JS is designed for the web, but c++ for e.g. is able to access low level apis that js can't, and that opens up a lot of possibilities. One example that google gives is their "sqoosh" app, which is able to do amazing image compression using some c++ libraries that existed for decades. Compression on browsers isn't nearly as good.
@dirghayujoshi80583 жыл бұрын
WOW!! This is a really cool presentation.
@BryanChance5 жыл бұрын
Brilliant talk. Thank you. I just saw another fantastic talk on WebAssembly by Dan Callahan (also from Mozilla). Are all Mozilla folks this good? :p
@mauroymgch3397 жыл бұрын
THE Conferencist.
@guowanqi90045 жыл бұрын
Amazing
@EssensOrAccidens4 жыл бұрын
Extremely excellent presentation.
@DomainObject2 жыл бұрын
Fantastic talk. I get it now!
@mememe84 Жыл бұрын
presenter is avoiding to mention that the guy who made Java script is Brendan Eich who was Mozilla CEO who was forced out of his position like the plague. He runs Brave Browser and Brave Search now
@gbitdot7 жыл бұрын
after watching this. just realized it will take longer to understand/'get' webassembly that I thought ...
@orlovsskibet4 жыл бұрын
Excellent presentation. Manual memory management and numbers only.... I think there is some ground to cover before this is getting widely used. And I can't help to wonder if wasm is that important... I mean if it is only number crunching, how much of that would you like to run on the client anyway?
@KookoCraft3 жыл бұрын
WebGL
@johnswanson2173 жыл бұрын
She is amazing
@galbatorixtheking97795 жыл бұрын
Hi everyone! This is sort of my synopsis of this talk. Please help me correct any mistakes I might have made. "How, in the future (now's present?), browsers will download web assembly instead of Javascript and run that. Web assembly is super fast for various reasons (mentioned at the end of this talk). This talk explains what web assembly is and how javascript, which is an imperative language, cannot be compiled into web assembly. However, its modules that you use in your code (like react's core code) CAN be converted to web assembly because they're written in the languages that can be compiled into web assembly (like C)."
@mohamedhajr53707 жыл бұрын
You really made my day with that video thanks a lot
@dianrahmaji5 жыл бұрын
7:16 Arrival movie reference
@estevatopanchovillacruz99695 жыл бұрын
great stuff!
@opentechforum11404 жыл бұрын
Excellent intro to web assembly.
@thomasjefferson21273 жыл бұрын
What a good introduction!
@ZzwhiskeybkszZ7 жыл бұрын
wow, i learned a lot from this talk
@vickylance7 жыл бұрын
So Typescript faster than Javascript because it can optimize everything, in the beginning, itself?
@jishnuviswanath7 жыл бұрын
Typescript compiles to JS so no atm.... And theoretically yes and no... Since ts is technically type safe language it probably could compile into WebAssembly but that said there is inherent flaw in that logic. Typescript is superset of JS, i.e any js file work as is in a ts file. So typesafety is optional, so unless you turn on strict typesafety on ts file you probably can't compile ts file into WebAssembly
@vickylance7 жыл бұрын
+Jishnu Viswanath Does typescript have a JIT, if not let's say Microsoft builds a JIT for Typescript then it would not require intermediate JS conversion and would directly interact with the processor. I am talking about desktop applications, not website if you were wondering.
@jishnuviswanath7 жыл бұрын
vignesh sivakumar why does typescript need jit? It compiles into js and checks typesafety first
@iAmTheSquidThing7 жыл бұрын
Sort of. As I understand it, TypeScript is faster because it transpiles to JavaScript where the types don't change. Allowing the engine to do a lot more optimisation and never have to de-optimise.
@kuzdogan4 жыл бұрын
This is amazing
@MrTazsid7 жыл бұрын
why do we need move efficient js in the first place.. like we can make all kind of CRUD operations now with node and other languages whats more do we need js for, besides graphics orientaed work ??
@emerson-sheaapril85556 жыл бұрын
Yep, why so we need more than 640k anyways LOL
@sadiqg58877 жыл бұрын
Thanks. You delivered great, but I am little dumb to fully understand this stuff. Still wrapping my head around :-(
@anzaralim36164 жыл бұрын
Web assembly : 15:34
@victortruong15242 жыл бұрын
Fall out Raider help us understand new technology :))
@slr1506 жыл бұрын
This is a comparison of interpreted languages vs binary code. Waste of time, if you're here to learn details specific to web assembly. Such as how stack/heap/program memory is allocated, is there GC multi threading. Is there separation similar to kernel /user space
@HoytttatАй бұрын
I wonder if she knows what she is wearing around her neck is not just a fashionable piece of textile.