Skip to content

Commit

Permalink
Merge pull request #2227 from Gota7/main
Browse files Browse the repository at this point in the history
C API accuracy improvements and better layout
  • Loading branch information
nesbox authored Jul 7, 2023
2 parents 0cc8525 + 1043f07 commit 48d8a58
Show file tree
Hide file tree
Showing 2 changed files with 208 additions and 113 deletions.
2 changes: 1 addition & 1 deletion templates/c/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ int snprintf(char* s, size_t n, const char* format, ...);
int t, x, y;
const char* m = "HELLO WORLD FROM C!";
int r = 0;
MouseData md;
Mouse md;
uint8_t transcolors = { 14 };

WASM_EXPORT("BOOT")
Expand Down
Loading

0 comments on commit 48d8a58

Please sign in to comment.