JSFoo: round the year submissions
Submit talks on JavaScript and full stack engineering round the year
WebAssembly is a low-level instruction format designed to be a compilation target for systems programming languages such as C, C++, and Rust. Code compiled to WebAssembly executes at near-native speeds, allowing you to write performance-critical parts of your JavaScript application in a lower-level language for a significant performance boost.
In this talk, I will walk you through writing an application that generates a Mandlebrot fractal in the browser. I’ll use React for building the user interface, and Rust for generating the fractal.
WebAssembly is a low-level instruction format designed specifically to be a compilation target for systems programming languages. It is currently supported across all modern browsers, including Chrome, Firefox, Edge, and Safari. This gives us another method for optimizing and speeding up our Web applications by re-writing their performance-critical parts in a language designed to prioritize raw execution speed.
Rust is one such language. It is a safe, concurrent, and fast programming language developed by Mozilla for the Servo browser engine. Designed as a practical replacement for C and C++, it’s used in production as a part of Firefox’s rendering pipeline. Other users of Rust include Figma, Deliveroo, and Microsoft.
In this talk, I will walk you through writing an application that generates a Mandlebrot fractal in the browser. I’ll use React for building the user interface, and Rust for generating the fractal.
Here is an outline of my talk:
You don’t have to be familiar with either Rust or WebAssembly to attend this talk.
Ankur Sethi leads the Web Engineering team at Uncommon in Bangalore. He builds applications with JavaScript, TypeScript, and (sometimes) Rust. He has terrible taste in music, which he inflicts on unsuspecting strangers if handed the AUX cord at parties.
{{ gettext('Login to leave a comment') }}
{{ gettext('Post a comment…') }}{{ errorMsg }}
{{ gettext('No comments posted yet') }}