fix rust parser on wasm32 target
This commit is contained in:
parent
dd60d5cff0
commit
1132e9fa28
5 changed files with 10 additions and 8 deletions
|
|
@ -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_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue