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
interface MemoryDescriptor
Link copied to clipboard
Link copied to clipboard
interface ModuleExportDescriptor
Link copied to clipboard
interface ModuleImportDescriptor
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface TableDescriptor
Link copied to clipboard
interface WebAssemblyInstantiatedSource
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