You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* update `task.return` to match spec
As of WebAssembly/component-model#431, `task.return`
takes component-level result types rather than a core function type representing
the flattening of those types. This updates `wasm-tools` to match.
Signed-off-by: Joel Dice <[email protected]>
* remove `task.return` support for named results
Signed-off-by: Joel Dice <[email protected]>
* add assertion to `ComponentState::task_return`
Signed-off-by: Joel Dice <[email protected]>
---------
Signed-off-by: Joel Dice <[email protected]>
0 commit comments