diff options
Diffstat (limited to 'src/wasm.h')
-rw-r--r-- | src/wasm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wasm.h b/src/wasm.h index 45c557d7b..5e8b7a212 100644 --- a/src/wasm.h +++ b/src/wasm.h @@ -807,11 +807,13 @@ public: curr.second->print(o, indent, true); o << '\n'; } +#if 0 for (auto& curr : imports) { doIndent(o, indent); curr.second.print(o, indent); o << '\n'; } +#endif for (auto& curr : exports) { doIndent(o, indent); curr.print(o, indent); |