19 lines
849 B
Markdown
19 lines
849 B
Markdown
---
|
|
title: WebAssembly Talk Video Posted
|
|
date: 2019-08-15
|
|
tags:
|
|
- wasm
|
|
---
|
|
|
|
This May, I spoke at [GoCon Canada][goconcanada] about [WebAssembly on the Server][talklink]
|
|
and some of the inherent challenges and problems with trying to do it as things
|
|
exist currently. It's taken a while, but the [video](https://www.youtube.com/watch?v=G4l8RX0tA3E)
|
|
of that talk has been posted.
|
|
|
|
<center><iframe width="560" height="315" src="https://www.youtube.com/embed/G4l8RX0tA3E" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></center>
|
|
|
|
I hope you enjoy! I have some more blogposts in the queue but I've been sleeping horribly lately. Here's hoping that clears up.
|
|
|
|
[goconcanada]: https://gocon.ca/
|
|
[talklink]: https://xeiaso.net/talks/webassembly-on-the-server-system-calls-2019-05-31
|