cyberneticlibrary

Review Rust and WebAssembly code

steve-klabniksubagentsetup L21
cliveportman/way-of-the-goat
What it does

Review Rust/WASM code for safety and correctness

Best for

When Rust idiom enforcement and WASM safety verification prevent production bugs.

Inputs
  • · *.rs files, Cargo.toml, WASM binary artifacts
Outputs
  • · review report with critical/suggestion/nit tiers
Preconditions
  • · Rust code and WASM modules in target directory
Failure modes
  • · Unsafe block without justification
  • · Unhandled panic in WASM export
  • · Lifetime elision masking bugs
Trust signals
  • · Expert Rust/WASM focus
  • · Detailed issue tier system
  • · WASM-specific hygiene checks