WebAssembly. Neither Web Nor Assembly, All Revolutionary

preview_player
Показать описание
QCon San Francisco International Software Conference is back this November 18-22, 2024. Software leaders at early adopter companies will come together to share actionable insights to help you adopt the right technologies and practices.

Get exposed to new ideas and innovative approaches to software development and engineering, guaranteed to inspire and challenge you.

Don’t miss this opportunity to take your knowledge and skills to the next level and stay ahead in the fast-paced world of technology.

--------------------------------------------------------------------------------------------------------------------

Jay Phelps talks about WebAssembly, a bytecode designed and maintained by some of the major players in tech: Google, Microsoft, Apple, Mozilla, Intel, LG, and many others. He talks about what WebAssembly is and what it isn’t.

#WebAssembly #TypeScript #WebDevelopment #InfoQ #QConSanFrancisco
Рекомендации по теме
Комментарии
Автор

Firefox improved it by so much that some WASM <-> JS calls can now be even faster than JS <-> JS calls. They did a blog post about it. So it is really exciting times.

joech
Автор

Can js share a buffer with webassembly?

gotj
Автор

JS is fast with simple algorithms, when script is sizable and loops're intensive it's slow and brakes

spinning-around
Автор

I tried to port Linux to wasm lol qnixsoft.com/cgit/metal

PauloAndreAzevedoQuirino