Commit ca55f12
authored
fix(core): results for async task generation (#1374)
This commit fixes the parameter generation when emitting the
`AsyncTaskReturn` instruction -- in the past the "default" was expeted
to be a single I32, but this was a misreading of the spec, it is
possible for an task.return to return nothing if there are no results
to return.1 parent 93c9ee3 commit ca55f12
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1247 | 1247 | | |
1248 | 1248 | | |
1249 | 1249 | | |
1250 | | - | |
| 1250 | + | |
1251 | 1251 | | |
1252 | 1252 | | |
1253 | 1253 | | |
| |||
0 commit comments