Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
target/
*.wasm
# The components baked into the CLI are committed (regenerate with
# `just embed-update`; `just verify-cli` gates their behavior).
!crates/component-test-cli/embedded/*.wasm
node_modules/

# Prebuilt CLI/runner binaries for downstream consumers (their build
Expand Down
8 changes: 7 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,13 @@ crates/ host-side Rust (tested natively at root)
component-test-results canonical results schema + fold (guest-linkable)
component-test-sdk guest SDK (registry, prelude, verdict ergonomics)
component-test-sdk-macro #[suite] attribute (case discovery, tags section)
component-test-cli `component-test` bin: lock, fold, aggregate
component-test-cli `component-test` bin: lock, fold, aggregate,
pins, wizen, compose-runner, run (the last
three embed wasmtime/wac-graph plus
size-optimized runner-cli + provider builds
from embedded/ — regenerate those with
`just embed-update`, commit the diff;
`just verify-cli` gates their behavior)
component-test-runner wasmtime host-embed runner (`ct-runner` bin)
components/ guest components (build with --target wasm32-wasip2)
provider reference context provider
Expand Down
Loading
Loading