From 5c2ebf093b161b896b232bd8b22b16deb7872207 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 10 Sep 2021 15:21:55 -0700 Subject: [PATCH] Include memmove symbol in wasm build --- 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 0313f799..e0b3f718 100644 --- a/lib/binding_web/exports.json +++ b/lib/binding_web/exports.json @@ -23,6 +23,7 @@ "_memchr", "_memcmp", "_memcpy", + "_memmove", "_strlen", "_towupper",