Commit 039ae2a
authored
Fix caller context on fused component<->component returns (bytecodealliance#12737)
In bytecodealliance#12718 I added a test for more cases but forgot to update the
`*.wast` to actually execute the test. Turns out all the cases were
failing, and so this commit properly enables the tests and then fixes
them.1 parent fe6f7a4 commit 039ae2a
2 files changed
Lines changed: 19 additions & 0 deletions
File tree
- crates/wasmtime/src/runtime/component
- tests/misc_testsuite/component-model/async
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2507 | 2507 | | |
2508 | 2508 | | |
2509 | 2509 | | |
| 2510 | + | |
| 2511 | + | |
| 2512 | + | |
| 2513 | + | |
| 2514 | + | |
| 2515 | + | |
| 2516 | + | |
| 2517 | + | |
2510 | 2518 | | |
2511 | 2519 | | |
2512 | 2520 | | |
| |||
2520 | 2528 | | |
2521 | 2529 | | |
2522 | 2530 | | |
| 2531 | + | |
| 2532 | + | |
| 2533 | + | |
| 2534 | + | |
| 2535 | + | |
2523 | 2536 | | |
2524 | 2537 | | |
2525 | 2538 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
384 | 387 | | |
385 | 388 | | |
386 | 389 | | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
387 | 393 | | |
388 | 394 | | |
389 | 395 | | |
| |||
0 commit comments