Add/update all HMS2023 media

This commit is contained in:
Ben Visness
2024-10-27 21:46:48 -05:00
parent 05f1735e19
commit 4c797e4455
22 changed files with 161 additions and 29 deletions

View File

@@ -0,0 +1,25 @@
+++
title="Orca"
mediatype="demo"
conference="Handmade Seattle 2023"
description="WebAssembly apps without the web. A brand-new stack for cross-platform apps."
[[videos]]
title="Orca"
embed="https://player.vimeo.com/video/887510391?h=d9b6819c0a"
service="vimeo"
download_link="https://vimeo.com/887510391/d9b6819c0a"
[[videos]]
title="Orca - Q&A"
embed="https://player.vimeo.com/video/889290402?h=33706f0dbf"
service="vimeo"
download_link="https://vimeo.com/889290402/33706f0dbf"
[[speakers]]
name="Martin Fouilleul"
+++
#### WebAssembly apps without the Web
Orca is a brand-new stack for cross-platform, sandboxed applications. It uses WebAssembly modules as a portable program representation and bundles them with its own runtime to produce self-contained applications for each operating system. Orca also provides APIs to interact with the underlying platform, and comes with a support library to help build graphics and UI applications.