#webassembly

Subscribe
WebAssembly (or WASM) is a low-level, binary instruction format for executable code on the web. It is designed as a portable target for compilation of high-level languages like C/C++/Rust, enabling deployment on the web for client and server applications. WebAssembly aims to execute at near-native speed by taking advantage of common hardware capabilities available on a wide range of platforms. It is also designed to be memory-safe, with built-in support for detecting and handling memory access errors. WebAssembly can be used in conjunction with JavaScript, allowing developers to leverage both languages in their applications.
Lin Clark
Lin Clark
Fastly
Talk: Making JavaScript on WebAssembly Fast
Majid Hajian
Majid Hajian
Softiware AS
Talk: Let the Main Thread Breathe!
Shivay Lamba
Shivay Lamba
TensorFlowJS Working Group Lead
Talk: Server-Side Rendering Using WebAssembly, High Performance Node.js Powered by Rust and WebAssembly
Johannes Goslar
Johannes Goslar
Sizzle.gg
Talk: Marrying WASM/WebGL Games with React UI
Joe Lenton
Joe Lenton
Attest
Talk: Utilising Rust from Vue with WebAssembly
Alex St. Louis
Alex St. Louis
Wonder Interactive
Talk: Unreal Engine in WebAssembly/WebGPU
Alessandro Pignotti
Alessandro Pignotti
Leaning Technologies
Talk: Crafting the Impossible: X86 Virtualization in the Browser with WebAssembly
Mukkund Sunjii
Mukkund Sunjii
ORTEC
Talk: Supercharging React Apps with WASM
Alberto Schiabel
Alberto Schiabel
Prisma
Talk: Type-safe bindings for Node.js with Rust and WebAssembly
Akash Hamirwasia
Akash Hamirwasia
Razorpay
Talk: Pushing the Limits of Video Encoding in Browsers With WebCodecs
Matt Butcher
Matt Butcher
Fermyon
Talk: Running TypeScript in WebAssembly on the Cloud
Natalia Venditto
Natalia Venditto
Microsoft
Talk: JavaScript to Wasi Enabled Wasm: Portable JavaScript Composition