fix rust parser on wasm32 target

This commit is contained in:
Trim21 2026-01-04 07:38:26 +08:00
parent dd60d5cff0
commit 1132e9fa28
5 changed files with 10 additions and 8 deletions

View file

@ -13,4 +13,6 @@ void *memset(void *dst, int value, size_t count);
int strncmp(const char *left, const char *right, size_t n);
size_t strlen(const char *str);
#endif // TREE_SITTER_WASM_STRING_H_