From 6d4aac723f7951dfecedafed5f80e5bc231a5ff0 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Tue, 19 Sep 2023 09:29:13 -0400 Subject: [PATCH] feat: add some more commonly used functions to exports.json --- lib/binding_web/exports.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/binding_web/exports.json b/lib/binding_web/exports.json index ad7a6987..bc794480 100644 --- a/lib/binding_web/exports.json +++ b/lib/binding_web/exports.json @@ -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",