summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-10-29 21:39:05 -0700
committerAlon Zakai <alonzakai@gmail.com>2015-10-29 21:39:05 -0700
commit86626450d7bc165be94efb004e9e3699074777a4 (patch)
tree3465f4907d9816eb9dc6292d82cf3cbe94223950 /src/wasm.h
parent0b866305ecee485ec5ef2a314fe79ac2df52b21a (diff)
downloadbinaryen-86626450d7bc165be94efb004e9e3699074777a4.tar.gz
binaryen-86626450d7bc165be94efb004e9e3699074777a4.tar.bz2
binaryen-86626450d7bc165be94efb004e9e3699074777a4.zip
nop imports; all tests pass
Diffstat (limited to 'src/wasm.h')
-rw-r--r--src/wasm.h2
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);