概要
This skill automates the generation of production-ready Rust WebAssembly components tailored for the QWASR ecosystem. By processing an IR specification derived from TypeScript source, it scaffolds complete crates that implement provider-based dependency injection, handler traits, and strict type safety. It ensures all generated code adheres to critical WASM32 constraints—such as async execution and the absence of global state—while strictly following QWASR's unified error handling and I/O mapping protocols for seamless deployment on wasmtime runtimes.