Skip to content

Commit

Permalink
site: emcc skip some typedefs
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Apr 21, 2024
1 parent d0dafe4 commit a06df1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sqlite-vec.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,12 @@ SQLITE_EXTENSION_INIT1
#endif

#ifndef _WIN32
#ifndef __EMSCRIPTEN__
typedef u_int8_t uint8_t;
typedef u_int16_t uint16_t;
typedef u_int64_t uint64_t;
#endif
#endif

typedef int8_t i8;
typedef uint8_t u8;
Expand Down

0 comments on commit a06df1e

Please sign in to comment.