We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

WebAssembly with Rust

Formal Metadata

Title
WebAssembly with Rust
Title of Series
Number of Parts
8
Author
License
CC Attribution 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
WebAssembly fulfills the long-awaited promise of web technologies: fast code, type-safe at compile time, execution in the browser, on embedded devices, or anywhere else. Rust delivers the power of C in a language that strictly enforces type safety. Combine both languages and you can write for the web like never before! In this demo-heavy talk Kevin will take us on a journey from the basics of WebAssembly to using WebAssembly to integrate with JavaScript, build complete websites, and even host and interpret in Rust apps. He'll even show hot-swapping WebAssembly modules to control LEDs on a Raspberry Pi. Follow us on Twitter: https://twitter.com/rustlatamconf