Skip to content

Commit

Permalink
small quickstart update
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfouilleul committed Apr 18, 2024
1 parent 502b1ef commit 82b9006
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/QuickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

This is a short introduction to developing an application that can be run by the Orca runtime. We'll present the basic structure of an Orca application, and walk through a simple example in C.

Please make sure your system fulfills the requirements outlined in the [Readme](./Readme.md).

## What is an Orca app?

An Orca app is a WebAssembly module designed for the Orca runtime. Your app interacts with the Orca runtime via WebAssembly imports and exports. For example, you can import functions from the Orca runtime to get user input, and export functions to the Orca runtime to draw to the screen.
Expand Down

0 comments on commit 82b9006

Please sign in to comment.