@five-vm/cli
Version:
High-performance CLI for Five VM development with WebAssembly integration
12 lines • 347 B
TypeScript
/**
* Five CLI Compile Command
*
* Real compilation command using Five VM WASM bindings for DSL compilation,
* ABI generation, and bytecode analysis.
*/
import { CommandDefinition } from '../types.js';
/**
* Five compile command implementation
*/
export declare const compileCommand: CommandDefinition;
//# sourceMappingURL=compile.d.ts.map