UNPKG

@five-vm/cli

Version:

High-performance CLI for Five VM development with WebAssembly integration

10 lines 370 B
/** * Five SDK WASM Integration Index * * Provides access to WASM VM and Compiler classes for the SDK. * Includes cross-platform path resolution and resource management. */ export { FiveVM } from '../../wasm/vm.js'; export { FiveCompilerWasm } from '../../wasm/compiler.js'; export { VLEEncoder } from '../../lib/vle-encoder.js'; //# sourceMappingURL=index.d.ts.map