We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b1c55 commit bb7c391Copy full SHA for bb7c391
README.md
@@ -32,3 +32,5 @@ src/
32
cmake -B build -DCMAKE_TOOLCHAIN_FILE="${WASI_SDK_PATH}/share/cmake/wasi-sdk.cmake" -DCMAKE_BUILD_TYPE=Release
33
cmake --build build
34
```
35
+
36
+You will find your cart in `webroot/mygame.null0`
webroot/index.html
@@ -12,7 +12,7 @@
12
<script type="module" src="null0-cart.js"></script>
13
</head>
14
<body>
15
- <null0-cart src="carts/c/mygame.null0"></null0-cart>
+ <null0-cart src="mygame.null0"></null0-cart>
16
</body>
17
18
</html>
0 commit comments