Commit a3a2c4f
authored
[Custom Descriptors] Exact imports require CD (#8042)
Validate that exact function imports require custom descriptors. An
alternative approach (that we may switch to in the future if necessary)
would be to always allow exact imports, but then strip them out in the
binary writer when custom descriptors are not enabled. For now take the
more explicit what-you-see-is-what-you-get approach.1 parent efa8a80 commit a3a2c4f
File tree
2 files changed
+15
-1
lines changed- src/wasm
- test/lit/validation
2 files changed
+15
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4159 | 4159 | | |
4160 | 4160 | | |
4161 | 4161 | | |
4162 | | - | |
| 4162 | + | |
| 4163 | + | |
| 4164 | + | |
| 4165 | + | |
| 4166 | + | |
| 4167 | + | |
4163 | 4168 | | |
4164 | 4169 | | |
4165 | 4170 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments