summaryrefslogtreecommitdiff
path: root/src/binaryen-shell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/binaryen-shell.cpp')
-rw-r--r--src/binaryen-shell.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/binaryen-shell.cpp b/src/binaryen-shell.cpp
index 197de545b..5f6b3c6db 100644
--- a/src/binaryen-shell.cpp
+++ b/src/binaryen-shell.cpp
@@ -16,6 +16,10 @@
using namespace cashew;
using namespace wasm;
+namespace wasm {
+int debug = 0;
+}
+
// Globals
MixedArena globalAllocator;