UNPKG

@five-vm/cli

Version:

High-performance CLI for Five VM development with WebAssembly integration

12 lines 376 B
/** * Five CLI Execute Command * * Real execution command using Five VM WASM bindings for bytecode execution, * with support for partial execution, debugging, and function calls. */ import { CommandDefinition } from '../types.js'; /** * Five execute command implementation */ export declare const executeCommand: CommandDefinition; //# sourceMappingURL=execute.d.ts.map