diff --git a/util/hb-info.cc b/util/hb-info.cc index bfa8dfb2d..0f4079f33 100644 --- a/util/hb-info.cc +++ b/util/hb-info.cc @@ -431,6 +431,8 @@ retry: printf ("Has AAT layout\n"); if (_has_blob (HB_TAG('S','i','l','f'))) printf ("Has Graphite layout\n"); + if (_has_blob (HB_TAG('W','a','s','m'))) + printf ("Has WebAssembly layout\n"); if (_has_blob (HB_TAG('k','e','r','n'))) printf ("Has legacy kerning\n");