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 5fe244f commit fe9dd73Copy full SHA for fe9dd73
build.sh
nob.c
@@ -29,9 +29,14 @@ Example examples[] = {
29
.wasm_path = "./wasm/shapes_colors_palette.wasm",
30
},
31
{
32
- .src_path = "game.c",
33
- .bin_path = "./build/game",
34
- .wasm_path = "wasm/game.wasm",
+ .src_path = "./examples/tsoding_ball.c",
+ .bin_path = "./build/tsoding_ball",
+ .wasm_path = "./wasm/tsoding_ball.wasm",
35
+ },
36
+ {
37
+ .src_path = "./examples/tsoding_snake/tsoding_snake.c",
38
+ .bin_path = "./build/tsoding_snake",
39
+ .wasm_path = "./wasm/tsoding_snake.wasm",
40
41
42
.src_path = "./examples/core_input_mouse_wheel.c",
wasm/tsoding_snake.wasm
-21 Bytes
0 commit comments