From c934eab947c594910cf4f7b2b5a4f3384d8896bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Wed, 18 Apr 2018 11:09:27 +0200 Subject: [PATCH] [emscripten] Add white-listed symbols When input() is called in a script, it will happen at script importation and thus requires more white-listed symbols. --- build/toolchain.emscripten.mak | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/build/toolchain.emscripten.mak b/build/toolchain.emscripten.mak index 3d123d202..b7cb786e9 100644 --- a/build/toolchain.emscripten.mak +++ b/build/toolchain.emscripten.mak @@ -46,6 +46,16 @@ __ZN5QueueIN3Ion6Events5EventELi1024EE7enqueueES2_ \ __ZN5QueueIN3Ion6Events5EventELi1024EE4sizeEv \ __ZN5QueueIN3Ion6Events5EventELi1024EE4nextEPS2_ \ __ZN4Code17ConsoleController23autoImportScriptAtIndexEib \ +__ZN4Code17ConsoleController16autoImportScriptENS_6ScriptEb \ +__ZN4Code17ConsoleController10autoImportEv \ +__ZN4Code17ConsoleController14viewWillAppearEv \ +__ZN19StackViewController25setupActiveViewControllerEv \ +__ZN19StackViewController4pushEP14ViewController7KDColorS2_S2_ \ +__ZZN4Code14MenuControllerC1EP9ResponderPNS_11ScriptStoreEP19ButtonRowControllerbENK3__0clEPvS8_ \ +__ZZN4Code14MenuControllerC1EP9ResponderPNS_11ScriptStoreEP19ButtonRowControllerbEN3__08__invokeEPvS8_ \ +__ZN10Invocation7performEPv \ +__ZN6Button11handleEventEN3Ion6Events5EventE \ +__ZThn28_N6Button11handleEventEN3Ion6Events5EventE \ SAFE_HEAP_STORE \ SAFE_HEAP_LOAD