From 2a717f2d4389eecf52f355ba653e46f30496c43a Mon Sep 17 00:00:00 2001 From: Derek Schuff Date: Thu, 14 Jul 2016 09:11:35 -0700 Subject: [PATCH] Add __stdio_write and __stdout_write to musl_hack list of imports They are now imported because they are address-taken --- arch/wasm32/wasm.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/wasm32/wasm.js b/arch/wasm32/wasm.js index f98623a5..cd0e1f53 100644 --- a/arch/wasm32/wasm.js +++ b/arch/wasm32/wasm.js @@ -864,6 +864,8 @@ var musl_hack = (function() { __set_thread_area: NYI('__set_thread_area'), snprintf: NYI('snprintf'), sprintf: NYI('sprintf'), + __stdio_write: NYI('__stdio_write'), + __stdout_write: NYI('__stdout_write'), __synccall: NYI('__synccall'), towlower: NYI('towlower'), towupper: NYI('towupper'),