Skip to content

Commit

Permalink
Add custom exports to v0.20.9
Browse files Browse the repository at this point in the history
  • Loading branch information
savetheclocktower committed Mar 7, 2024
1 parent 98be227 commit 8ecacac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/binding_web/exports.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,21 @@
"__ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEE6resizeEmw",
"__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED2Ev",
"__ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev",
"__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE17__assign_no_aliasILb1EEERS5_PKcm",
"__ZNSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE25__init_copy_ctor_externalEPKcm",
"__ZdlPv",
"__Znwm",
"___cxa_atexit",
"_abort",
"_isalpha",
"_isalnum",
"_isspace",
"_iswalnum",
"_iswalpha",
"_isxdigit",
"_iswblank",
"_iswdigit",
"_iswxdigit",
"_iswlower",
"_iswupper",
"_iswspace",
Expand All @@ -33,6 +38,7 @@
"_memset",
"_strlen",
"_strcmp",
"_strncmp",
"_strncpy",
"_tolower",
"_towlower",
Expand Down

0 comments on commit 8ecacac

Please sign in to comment.