Commit ea49687
authored
fix: async lifted exports with direct results (#1614)
Avoid lifting the raw core return value for async lifted exports without
a retptr. The core return is async progress information, while the
component result is delivered through task.return.
Additionaly params is now using &sig.results which makes AsyncTaskReturn
match the actual canonical ABI core signature: [], [i32], [ptr] etc.1 parent 1c9bfc6 commit ea49687
1 file changed
Lines changed: 6 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1165 | 1165 | | |
1166 | 1166 | | |
1167 | 1167 | | |
1168 | | - | |
1169 | | - | |
1170 | | - | |
1171 | | - | |
| 1168 | + | |
| 1169 | + | |
| 1170 | + | |
| 1171 | + | |
| 1172 | + | |
1172 | 1173 | | |
1173 | 1174 | | |
1174 | 1175 | | |
| |||
1178 | 1179 | | |
1179 | 1180 | | |
1180 | 1181 | | |
1181 | | - | |
1182 | | - | |
1183 | | - | |
1184 | | - | |
1185 | | - | |
| 1182 | + | |
1186 | 1183 | | |
1187 | 1184 | | |
1188 | 1185 | | |
| |||
0 commit comments