From e4fc6653eedc0c446d64403f80ef22335b41f290 Mon Sep 17 00:00:00 2001 From: Jonathan Arnett Date: Sun, 30 Oct 2022 23:31:44 -0400 Subject: [PATCH] Add __cxa_atexit to 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 e2518ea1..3fe11cdf 100644 --- a/lib/binding_web/exports.json +++ b/lib/binding_web/exports.json @@ -14,6 +14,7 @@ "__ZNSt3__212basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEED2Ev", "__ZdlPv", "__Znwm", + "___cxa_atexit", "_abort", "_iswalnum", "_iswalpha",