Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend external fun instantiate(bytes: BufferSource, importObject: Imports = definedExternally): WebAssemblyInstantiatedSource
suspend external fun instantiate(moduleObject: Module, importObject: Imports = definedExternally): Instance
Link copied to clipboard
external fun instantiateAsync(bytes: BufferSource, importObject: Imports = definedExternally): Promise<WebAssemblyInstantiatedSource>
external fun instantiateAsync(moduleObject: Module, importObject: Imports = definedExternally): Promise<Instance>
Link copied to clipboard
suspend external fun instantiateStreaming(source: PromiseLike<Response>, importObject: Imports = definedExternally): WebAssemblyInstantiatedSource
suspend external fun instantiateStreaming(source: Response, importObject: Imports = definedExternally): WebAssemblyInstantiatedSource
Link copied to clipboard
external fun instantiateStreamingAsync(source: PromiseLike<Response>, importObject: Imports = definedExternally): Promise<WebAssemblyInstantiatedSource>
external fun instantiateStreamingAsync(source: Response, importObject: Imports = definedExternally): Promise<WebAssemblyInstantiatedSource>
Link copied to clipboard