Skip to content

Commit

Permalink
Replace build.sh with nob.c
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Feb 17, 2024
1 parent 5fe244f commit fe9dd73
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 27 deletions.
24 changes: 0 additions & 24 deletions build.sh

This file was deleted.

11 changes: 8 additions & 3 deletions nob.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,14 @@ Example examples[] = {
.wasm_path = "./wasm/shapes_colors_palette.wasm",
},
{
.src_path = "game.c",
.bin_path = "./build/game",
.wasm_path = "wasm/game.wasm",
.src_path = "./examples/tsoding_ball.c",
.bin_path = "./build/tsoding_ball",
.wasm_path = "./wasm/tsoding_ball.wasm",
},
{
.src_path = "./examples/tsoding_snake/tsoding_snake.c",
.bin_path = "./build/tsoding_snake",
.wasm_path = "./wasm/tsoding_snake.wasm",
},
{
.src_path = "./examples/core_input_mouse_wheel.c",
Expand Down
Binary file modified wasm/tsoding_snake.wasm
Binary file not shown.

0 comments on commit fe9dd73

Please sign in to comment.