From 06058fa5ed41cb4d6cb9dcc7ab4ec297f1d0d0c1 Mon Sep 17 00:00:00 2001 From: David Konsumer Date: Tue, 9 Jul 2024 19:29:42 -0700 Subject: [PATCH] add docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a13e365..413057e 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ This combines ideas from [pntr_app_starter](https://github.com/RobLoach/pntr_app_starter) with [wamr](https://github.com/bytecodealliance/wasm-micro-runtime) to make null0 game-engine (native runtime & libretro core.) +You can see a simple webn-demo [here](https://notnullgames.github.io/null0) or [read the docs](https://notnullgames.vercel.app/null0). + ## building In order to build carts, you will need the [wasi-sdk](https://github.com/WebAssembly/wasi-sdk/releases) installed. You can set `WASI_SDK_PREFIX` to the location, if it's not `/opt/wasi-sdk`