UNPKG

@five-vm/cli

Version:

High-performance CLI for Five VM development with WebAssembly integration

13 lines 482 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. */ // Direct re-exports from CLI WASM modules export { FiveVM } from '../../wasm/vm.js'; export { FiveCompilerWasm } from '../../wasm/compiler.js'; // VLE encoder from lib export { VLEEncoder } from '../../lib/vle-encoder.js'; // Simple WASM utilities (no over-engineering) //# sourceMappingURL=index.js.map