Add wassette inspect subcommand for debugging WebAssembly components#430
Merged
Conversation
- Added 'inspect' subcommand to wassette CLI that displays JSON schema for component inputs/outputs - Implemented handler in src/main.rs that leverages component2json functionality - Added component2json and wasmtime dependencies to main Cargo.toml - Added comprehensive integration tests for the new inspect subcommand - Updated CHANGELOG.md with the new feature - All tests pass and code is formatted Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add subcommand for component2json in wassette
Add Oct 22, 2025
wassette inspect subcommand for debugging WebAssembly components
Contributor
|
@copilot can you delete the binary from component2json crate? |
- Removed [[bin]] section from crates/component2json/Cargo.toml - Deleted crates/component2json/cmd/ directory containing the standalone binary - The functionality is now available via 'wassette inspect' subcommand - All tests pass and the inspect command works correctly Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Contributor
Author
Done! Removed the standalone binary in commit 4d08188. The |
Contributor
|
@copilot Please address this pipeline failure: |
- Removed `anyhow` dependency (only used by deleted binary) - Removed `tokio` dependency (only used by deleted binary) - Fixes cargo-machete pipeline check - All tests pass and inspect command still works correctly Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Contributor
Author
Fixed in commit e251ca7. Removed |
Signed-off-by: Jiaxiao Zhou <duibao55328@gmail.com>
Signed-off-by: Jiaxiao Zhou <duibao55328@gmail.com>
Signed-off-by: Jiaxiao Zhou <duibao55328@gmail.com>
Signed-off-by: Jiaxiao Zhou <duibao55328@gmail.com>
Mossaka
pushed a commit
to Mossaka/wassette
that referenced
this pull request
Feb 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
wassette inspectsubcommand to CLIOriginal prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.