This repo is not used anymore. Development of Orca was moved here: https://github.com/orca-app/orca
https://orca-app.dev/
Martin Fouilleul
fbb03d27a3
- convert between wasm memory and native pointers, asserting on out-of-bounds - oc_wasm_list helpers - oc_wasm_str8 helpers - pushing things to arenas in wasm memory |
||
---|---|---|
ext | ||
resources | ||
samples | ||
scripts | ||
sketches | ||
src | ||
tests | ||
.clang-format | ||
.gitignore | ||
.orcaroot | ||
Readme.md | ||
orca | ||
orca.bat |
Readme.md
Installing
Clone the repo: git clone git@git.handmade.network:hmn/orca.git
.
Cd to orca and build the runtime:
cd orca
./orca dev build-runtime
Install the orca tools:
./orca dev install
Building the sample orca apps:
Cd to the sample project directory and run its build script:
cd samples/pong
./build.sh
On macOS this creates a Pong.app
bundle in samples/pong
that you can double click to run.
On Windows this creates a Pong
directory in samples/pong
. You can launch the app by running Pong/bin/orca.exe
.