We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 440894d commit 34a8ec5Copy full SHA for 34a8ec5
1 file changed
src/wasm2asm-main.cpp
@@ -46,7 +46,7 @@ int main(int argc, char **argv) {
46
47
if (debug) {
48
std::cerr << "a-printing...\n";
49
- asmjs->stringify(std::cout);
+ asmjs->stringify(std::cout, true);
50
std::cout << '\n';
51
}
52
0 commit comments