From 1982e48568f4cd8badf565ee345989b6f82008fa Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Tue, 4 Jul 2023 00:47:47 -0400 Subject: [PATCH] chore: update exports to include some string.h functions --- lib/binding_web/exports.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/binding_web/exports.json b/lib/binding_web/exports.json index d4b6eb5e..eb4553dc 100644 --- a/lib/binding_web/exports.json +++ b/lib/binding_web/exports.json @@ -28,6 +28,8 @@ "_memmove", "_memset", "_strlen", + "_strcmp", + "_strncpy", "_towupper", "_ts_init",