Skip to content

Commit 34a8ec5

Browse files
committed
pretty print in wasm2asm debug
1 parent 440894d commit 34a8ec5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wasm2asm-main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ int main(int argc, char **argv) {
4646

4747
if (debug) {
4848
std::cerr << "a-printing...\n";
49-
asmjs->stringify(std::cout);
49+
asmjs->stringify(std::cout, true);
5050
std::cout << '\n';
5151
}
5252

0 commit comments

Comments
 (0)