Commit 4abab62
implement Component Model async ABI
This commit replaces the stub functions and types in
`wasmtime::runtime::component::concurrent` and its submodules with the working
implementation developed in the `wasip3-prototyping` repo. For ease of review,
it does not include any new tests; I'll add those in a follow-up commit.
Note that this builds on #11114 and #11123; only the third commit is new.
Signed-off-by: Joel Dice <[email protected]>1 parent b6f19f8 commit 4abab62
File tree
12 files changed
+8457
-816
lines changed- crates/wasmtime/src/runtime
- component
- concurrent
- futures_and_streams
- func
- vm
- tests/all/component_model
12 files changed
+8457
-816
lines changedLarge diffs are not rendered by default.
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
0 commit comments