Commit 5dc0e8c
authored
Fuzzing: Ignore differences in names that wasm2js fixes up (#7200)
wasm2js renames exports to js-valid names. That difference can be noticeable
when we compare it to the original names, so fix that up.
This is needed for #7198: that PR adds more invokes, including invokes of
imports, whose names can be modified by wasm2js.1 parent 5a17afc commit 5dc0e8c
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1086 | 1086 | | |
1087 | 1087 | | |
1088 | 1088 | | |
| 1089 | + | |
| 1090 | + | |
| 1091 | + | |
| 1092 | + | |
1089 | 1093 | | |
1090 | 1094 | | |
1091 | 1095 | | |
| |||
0 commit comments