UNPKG

@five-vm/cli

Version:

High-performance CLI for Five VM development with WebAssembly integration

12 lines 345 B
/** * Five CLI Test Command * * Run test suites for Five VM bytecode with comprehensive validation, * performance benchmarking, and compliance verification. */ import { CommandDefinition } from '../types.js'; /** * Five test command implementation */ export declare const testCommand: CommandDefinition; //# sourceMappingURL=test.d.ts.map