Uh oh!
There was an error while loading. Please reload this page.
Add support for the Component Model Async ABI - #37
Conversation
Add support for the Component Model [Async ABI](https://github.com/WebAssembly/component-model/blob/main/design/mvp/Async.md) to `wasm-tools`, `wit-bindgen`, and `wasmtime`. [Rendered RFC](https://github.com/dicej/rfcs/blob/component-async/accepted/component-model-async.md) Signed-off-by: Joel Dice <joel.dice@fermyon.com>
Signed-off-by: Joel Dice <joel.dice@fermyon.com>
tschneidereit
left a comment
There was a problem hiding this comment.
Hooray! 🥳
From a brief skim, the parts of this that I'm qualified to have an opinion on all look good to me. I left a couple of inline comments on specific aspects, but they're not particularly important.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Simplify `AsyncConfig` for the guest binding generator - Focus on API and implementation topics in the `Rationale and alternatives` section Signed-off-by: Joel Dice <joel.dice@fermyon.com>
Signed-off-by: Joel Dice <joel.dice@fermyon.com>
dicej
commented
Oct 8, 2024
Ugh, I definitely did not mean to merge this. I must have pushed to origin/main by mistake. Sorry; will revert. |
dicej
commented
Oct 8, 2024
I've reverted all the earlier commits, rebased, and opened #38 -- please direct further discussion there. Sorry again for the confusion! BTW, would it make sense to tweak the branch protection rules in this repo to block pushing straight to main? Asking for a friend. |
Add support for the Component Model Async ABI to
wasm-tools,wit-bindgen, andwasmtime.Rendered RFC