/** * Entry point for the VM serialization bundle. * * This file is bundled by esbuild into a self-contained IIFE that * sets up serialize/deserialize on globalThis. The bundled output * is evaluated inside the QuickJS VM during bootstrap. * * TextEncoder, TextDecoder, and Headers are provided by native C * extensions in quickjs-wasi, so no polyfills are needed. */ export {}; //# sourceMappingURL=vm-bundle-entry.d.ts.map