From 4d566bd9c9084cb57adc9d206cac612bec02c63c Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Sat, 31 Oct 2015 20:46:12 -0700 Subject: fix interpreter bugs in binary and compare; working add test in wasm polyfill --- src/wasm-js.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/wasm-js.cpp') diff --git a/src/wasm-js.cpp b/src/wasm-js.cpp index 813ad87eb..36ce6c4c7 100644 --- a/src/wasm-js.cpp +++ b/src/wasm-js.cpp @@ -58,9 +58,7 @@ extern "C" void EMSCRIPTEN_KEEPALIVE load_asm(char *input) { if (debug) std::cerr << "optimizing...\n"; asm2wasm.optimize(); -#ifdef WASM_INTERPRETER_DEBUG - std::cerr << *wasm << '\n'; -#endif + //std::cerr << *wasm << '\n'; if (debug) std::cerr << "generating exports...\n"; EM_ASM({ -- cgit v1.2.3