Commit 96b5aea
kiln#364 (kilnd requiring a core-instance _start) is resolved via kiln#374's
wasi:cli/run canonical entry: the unfused original command component now runs
on a post-#374 kilnd. But a real meld-fused `--component` wrap fails one layer
deeper — `[ComponentRuntime][E5DC2] wasi:cli/run export references an
out-of-bounds component instance index`. The SAME fused artifact runs correctly
on wasmtime 41 (Tier A/B green), so meld's output is spec-valid and the defect
is in kilnd's component-instance resolution for a multi-core-module component,
now tracked in kiln#375.
Update the `tier_c_fused_executes_on_kiln` ignore reason + docstring to point
at the live blocker (kiln#375) with the accurate root cause, so the stale
reference to the now-closed kiln#364 can't mislead a future reader into
un-ignoring it. Test stays #[ignore]d; un-ignores when kiln#375 lands.
Refs #297, kiln#375, kiln#364.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 697474d commit 96b5aea
1 file changed
Lines changed: 13 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
465 | | - | |
466 | | - | |
467 | | - | |
468 | | - | |
469 | | - | |
470 | | - | |
471 | | - | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
472 | 477 | | |
473 | | - | |
| 478 | + | |
474 | 479 | | |
475 | 480 | | |
476 | 481 | | |
| |||
0 commit comments