Merge pull request #2632 from amaanq/wasm-exports

feat: add some more commonly used functions to exports.json
This commit is contained in:
Amaan Qureshi 2023-09-19 10:11:52 -04:00 committed by GitHub
commit e0f54611ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,10 +18,13 @@
"___cxa_atexit",
"_abort",
"_isalpha",
"_isspace",
"_iswalnum",
"_iswalpha",
"_iswblank",
"_iswdigit",
"_iswlower",
"_iswupper",
"_iswspace",
"_memchr",
"_memcmp",
@ -31,7 +34,9 @@
"_strlen",
"_strcmp",
"_strncpy",
"_tolower",
"_towupper",
"_stderr",
"_ts_init",
"_ts_language_field_count",