From 1aa6541476c412fdddb6dfe8868ddd347590b6bc Mon Sep 17 00:00:00 2001 From: Owen Shepherd Date: Mon, 3 Jan 2022 16:07:39 +0000 Subject: [PATCH] Add realloc to wasm exports --- 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 e0b3f718..b51a4cb3 100644 --- a/lib/binding_web/exports.json +++ b/lib/binding_web/exports.json @@ -2,6 +2,7 @@ "_calloc", "_free", "_malloc", + "_realloc", "__ZNKSt3__212basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE4copyEPcmm", "__ZNKSt3__220__vector_base_commonILb1EE20__throw_length_errorEv",