Did some line wrapping on markdown content.

This commit is contained in:
2024-10-28 16:54:55 +02:00
parent 060f1f16b6
commit ea2be4e354
17 changed files with 215 additions and 167 deletions

View File

@@ -1,25 +1,28 @@
+++
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.
+++
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.