diff options
author | Dan Gohman <dev@sunfishcode.online> | 2024-12-05 16:02:40 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-06 00:02:40 +0000 |
commit | 4e7d7efe6e9a786370848e669041bdc237730a8b (patch) | |
tree | 59915d25d4b8644610c170819b647b35750166ad /.gitattributes | |
parent | c6a4f637bf1dd9b1c4e2f75249a82af9d5b7e71e (diff) | |
download | wabt-4e7d7efe6e9a786370848e669041bdc237730a8b.tar.gz wabt-4e7d7efe6e9a786370848e669041bdc237730a8b.tar.bz2 wabt-4e7d7efe6e9a786370848e669041bdc237730a8b.zip |
Issue a nicer error message on wasm components. (#2515)
Decode just enough of the component binary format to recognize when the
input is a component, and issue a dedicated error message for it.
Before:
0000008: error: bad wasm file version: 0x1000d (expected 0x1)
After:
0000008: error: wasm components are not yet supported in this tool
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions