summaryrefslogtreecommitdiff
path: root/test/lit/binary/empty-param-name.test.wasm
Commit message (Collapse)AuthorAgeFilesLines
* Warn about and ignore empty local/param names in name section (#4426)Alon Zakai2022-01-071-0/+0
Fixes the crash in #4418 Also replace the .at() there with better logic to handle imported functions. See WebAssembly/wabt#1799 for details on why wabt sometimes emits this.