diff options
author | Alon Zakai <azakai@google.com> | 2020-12-01 17:36:13 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-01 17:36:13 -0800 |
commit | a5403d47483836d5e2d53c3f3721bd376551624a (patch) | |
tree | 888d259d6296eda35d0d8e12b080b2a602ece012 /test/example/module-splitting.cpp | |
parent | 16d44ff96be46e03690fc4853b2b1312e3a543ce (diff) | |
download | binaryen-a5403d47483836d5e2d53c3f3721bd376551624a.tar.gz binaryen-a5403d47483836d5e2d53c3f3721bd376551624a.tar.bz2 binaryen-a5403d47483836d5e2d53c3f3721bd376551624a.zip |
[Printing] Print type names where possible. (#3410)
For a nested type, we used to print e.g.
(param $x (ref (func (param i32))))
Instead of expanding the full type inline, which can get long for
a deeply nested type, print a name when running the Print pass.
In this example that would be something like
(param $x (ref $i32_=>_none))
Diffstat (limited to 'test/example/module-splitting.cpp')
0 files changed, 0 insertions, 0 deletions