diff options
Diffstat (limited to 'src/binaryen-shell.cpp')
-rw-r--r-- | src/binaryen-shell.cpp | 4 |
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; |