blog: announce webassembly talk
This commit is contained in:
parent
c0c6a620be
commit
81f4ec723a
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
title: WebAssembly Talk Video Posted
|
||||
date: 2019-08-15
|
||||
---
|
||||
|
||||
# WebAssembly Talk Video Posted
|
||||
|
||||
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.
|
||||
|
||||
<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>
|
||||
|
||||
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://christine.website/talks/webassembly-on-the-server-system-calls-2019-05-31
|
|
@ -6,7 +6,7 @@ slides_link: /static/talks/wasm-on-the-server-system-calls.pdf
|
|||
|
||||
# WebAssembly on the Server: How System Calls Work
|
||||
|
||||
TODO(Xe): put link to talk here once it gets posted
|
||||
[Video](https://www.youtube.com/watch?v=G4l8RX0tA3E)
|
||||
|
||||
## My Speaker Notes
|
||||
|
||||
|
|
Loading…
Reference in New Issue