microsoft/wassette

Wassette: A security-oriented runtime that runs WebAssembly Components via MCP

938Stars on the repository
9Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

build-and-test

01

microsoft/wassette

Skill Claude CodeCodex

Build the Wassette workspace and run its test suite with the just recipes — debug and release builds, example and test components, and the combined unit plus documentation tests. Use when compiling Wassette, building example components, or running and debugging tests.

938 3d ago A 53 tokens original MIT

copyright-headers

02

microsoft/wassette

Skill Claude CodeCodex

Ensure every Rust (.rs) file in Wassette starts with the required Microsoft copyright header, using the idempotent scripts/copyright.sh helper. Use when adding new Rust files or when a copyright-header check fails.

938 3d ago A 47 tokens original MIT

documentation

03

microsoft/wassette

Skill Claude CodeCodex

Build, serve, and write Wassette's mdBook documentation under docs/ — concise, code-first prose, the multi-version URL layout, and navigation in SUMMARY.md. Use when editing docs/ pages or previewing the documentation site.

938 3d ago A 49 tokens original MIT

microsoft/wassette

Skill Claude CodeCodex

Validate Wassette changes end-to-end by running the MCP server with just and driving it with the MCP Inspector CLI over Streamable HTTP — listing tools, resources, and prompts, and calling tools. Use before committing server changes or when debugging tool exposure and behavior.

938 3d ago A 58 tokens original MIT

pull-request

05

microsoft/wassette

Skill Claude CodeCodex

Write concise, focused pull request descriptions for Wassette — at most three sentences on the what and why, with an explicit note on any breaking public-API change and how users adapt. Use when opening or editing a Wassette pull request.

938 3d ago A 51 tokens original MIT

rust-code-style

06

microsoft/wassette

Skill Claude CodeCodex

Write idiomatic, well-structured Rust for Wassette — single-responsibility design, anyhow error handling, Arc/Mutex for shared state, and the required formatting and linting with cargo +nightly fmt, cargo clippy, and cargo machete. Use when adding or refactoring Rust code in this repository.

938 3d ago B 68 tokens original MIT