Skip to content

Commit bb7c391

Browse files
committed
working on actions
1 parent 49b1c55 commit bb7c391

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ src/
3232
cmake -B build -DCMAKE_TOOLCHAIN_FILE="${WASI_SDK_PATH}/share/cmake/wasi-sdk.cmake" -DCMAKE_BUILD_TYPE=Release
3333
cmake --build build
3434
```
35+
36+
You will find your cart in `webroot/mygame.null0`

webroot/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<script type="module" src="null0-cart.js"></script>
1313
</head>
1414
<body>
15-
<null0-cart src="carts/c/mygame.null0"></null0-cart>
15+
<null0-cart src="mygame.null0"></null0-cart>
1616
</body>
1717
</body>
1818
</html>

0 commit comments

Comments
 (0)