@php-wasm/nodeFunctionsloadNodeRuntimeloadNodeRuntime CallableloadNodeRuntime(phpVersion: SupportedPHPVersion, options?: PHPLoaderOptions): Promise<any>Does what load() does, but synchronously returns an object with the PHP instance and a promise that resolves when the PHP instance is ready.@seeloadParametersphpVersion: SupportedPHPVersionoptions: PHPLoaderOptions = {}Returns Promise<any>
Does what load() does, but synchronously returns an object with the PHP instance and a promise that resolves when the PHP instance is ready.
load