@php-wasm/universalInterfacesPHPExtensionManifestNesta páginaPHPExtensionManifest Extension artifact manifest. Lets callers publish a matrix of .so files and lets resolvePHPExtension() select the artifact matching the current PHP version. External extension artifacts are JSPI-only.Index PropertiesartifactsextraFilesmodenameversionProperties artifactsartifacts: { extraFiles?: PHPExtensionManifestExtraFiles; phpVersion: string; sourcePath: string }[]optionalextraFilesextraFiles?: PHPExtensionManifestExtraFilesURL-backed files shared by every artifact in this manifest.optionalmodemode?: php-extensionnamename: stringoptionalversionversion?: string
Extension artifact manifest. Lets callers publish a matrix of
.sofiles and letsresolvePHPExtension()select the artifact matching the current PHP version. External extension artifacts are JSPI-only.