rust-nyc / meetups

Bootstrapper repo for organizing Rust NYC Meetups
14 stars 0 forks source link

Rust Wasm / Smithy #12

Closed rbalicki2 closed 5 years ago

rbalicki2 commented 5 years ago

Full-length Talk ⌛ 🎤

Talk Title

Building Front-End Applications Entirely In Rust: A Love Story

Brief description of the talk

Would you absolutely love to ditch Javascript? Do you think Typescript doesn't go far enough? Do you preemptively simplify the abstractions you use in your front-end code because there's no compiler to guarantee that others implement things correctly?

Well, oh boy, do I have a talk for you!

In this talk, we'll dive into WebAssembly (what it is, what security and portability advantages it has, how browsers parse it, etc.), the tooling around WebAssembly, and then use Smithy and create-smithy-app to build a website using only Rust, before our very eyes!

Why Smithy?

Smithy is a framework for building WebAssembly applications using idiomatic Rust, and without sacrificing the compiler's safety guarantees. Here's an example Smithy app, along with the source code.

Short personal bio about yourself

I work at Jetty

Other info

LucioFranco commented 5 years ago

@rbalicki2 how long do you think this talk will be? Should we try to fit in a lighting talk or two as well?