instantiateStreamingAsync

external fun instantiateStreamingAsync(    source: Response,     importObject: Imports = definedExternally): Promise<WebAssemblyInstantiatedSource>(source)
external fun instantiateStreamingAsync(    source: PromiseLike<Response>,     importObject: Imports = definedExternally): Promise<WebAssemblyInstantiatedSource>(source)