You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,17 @@ This is a basic example cart in C for the [null0](https://notnull.games/null0) g
2
2
3
3
## usage
4
4
5
-
Carts run natively, and on the web. This repo will auto-publish to github-pages on push, so users can check out your cart.
5
+
Carts run natively, and on the web. This repo will auto-publish to github-pages on push, so users can check out your cart without installing anything.
6
6
7
7
They can also install [the native runtime](https://github.com/notnullgames/null0/releases) and use it to run your cart.
8
8
9
+
## github
10
+
11
+
There are 2 actions:
12
+
13
+
- Publish demo to github-pages - this happens on any push
14
+
- Attach current version of your cart to any releases that are created (like [here](https://github.com/notnullgames/cart_c/releases/))
15
+
9
16
## developing
10
17
11
18
Make sure you have [wasi-sdk](https://github.com/WebAssembly/wasi-sdk/releases) installed and `WASI_SDK_PATH` set to it's location (eg `/opt/wasi-sdk`.)
0 commit comments