Skip to content

Commit e0f5461

Browse files
authored
Merge pull request tree-sitter#2632 from amaanq/wasm-exports
feat: add some more commonly used functions to exports.json
2 parents 46af277 + 6d4aac7 commit e0f5461

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/binding_web/exports.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,13 @@
1818
"___cxa_atexit",
1919
"_abort",
2020
"_isalpha",
21+
"_isspace",
2122
"_iswalnum",
2223
"_iswalpha",
24+
"_iswblank",
2325
"_iswdigit",
2426
"_iswlower",
27+
"_iswupper",
2528
"_iswspace",
2629
"_memchr",
2730
"_memcmp",
@@ -31,7 +34,9 @@
3134
"_strlen",
3235
"_strcmp",
3336
"_strncpy",
37+
"_tolower",
3438
"_towupper",
39+
"_stderr",
3540

3641
"_ts_init",
3742
"_ts_language_field_count",

0 commit comments

Comments
 (0)