DEV Community

Cover image for Webassembly for C, Rust, Go, and C# in 45 Minutes
Jeremy Likness ⚡️
Jeremy Likness ⚡️

Posted on • Originally published at blog.jeremylikness.com

Webassembly for C, Rust, Go, and C# in 45 Minutes

In June of 2019 I presented a 45-minute session about WebAssembly at Refactr.Tech in Atlanta.

Liquid error: internal

In this presentation I reviewed:

  • asm.js
  • WebAssembly
  • Building WebAssembly with C using Emscripten
  • How WebAssembly manages memory
  • Creating WebAssembly apps with Go
  • Compiling Rust to WebAssembly
  • Building fullstack apps in C# using Blazor WebAssembly

This is the full presentation:

Regards,

Jeremy Likness

Top comments (2)

Collapse
 
hymanzhan profile image
Xucong ZHAN

Very nice talk! Thanks for sharing!

Collapse
 
markoshiva profile image
Marko Shiva

Thanks for the post. I want to write a WebAssembly in C or C++.