@five-vm/cli
Version:
High-performance CLI for Five VM development with WebAssembly integration
12 lines • 342 B
TypeScript
/**
* Five CLI Analyze Command
*
* Advanced bytecode analysis with security scanning, performance profiling,
* and optimization recommendations.
*/
import { CommandDefinition } from '../types.js';
/**
* Five analyze command implementation
*/
export declare const analyzeCommand: CommandDefinition;
//# sourceMappingURL=analyze.d.ts.map