From 8d0997d5b4f38fbd94c188bb24c1fa5c088a3a4b Mon Sep 17 00:00:00 2001 From: dstoc <539597+dstoc@users.noreply.github.com> Date: Mon, 17 Oct 2022 16:53:34 +1100 Subject: [PATCH] Add towlower to wasm exports tree-sitter/tree-sitter#1906 --- lib/binding_web/exports.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/binding_web/exports.json b/lib/binding_web/exports.json index bc794480..dfc9ff54 100644 --- a/lib/binding_web/exports.json +++ b/lib/binding_web/exports.json @@ -35,6 +35,7 @@ "_strcmp", "_strncpy", "_tolower", + "_towlower", "_towupper", "_stderr",