diff options
author | Sam Clegg <sbc@chromium.org> | 2021-12-13 11:07:44 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-13 11:07:44 -0800 |
commit | 8538a888d4298f98b4a4f17d0e3a9496863cee2b (patch) | |
tree | 3a7ea607aca45c4f1a01266827c656c2989aa195 /test/run-c-api-examples.py | |
parent | 134bafd382348c5bb2e6e5494b84300d0160c2f1 (diff) | |
download | wabt-8538a888d4298f98b4a4f17d0e3a9496863cee2b.tar.gz wabt-8538a888d4298f98b4a4f17d0e3a9496863cee2b.tar.bz2 wabt-8538a888d4298f98b4a4f17d0e3a9496863cee2b.zip |
Fix type names for function references (#1787)
This requires `Type::GetName` to return to be dynamicllay created and
return `std::string` rather then a `const char*`
As this diff shows this type name is only used in textual output and
error messages so should this change should not have a effect of binary
parse time or the interpreter.
Diffstat (limited to 'test/run-c-api-examples.py')
0 files changed, 0 insertions, 0 deletions