Skip to main content
WebAssembly.Table.prototype.set - WASM - Web documentation
method WebAssembly.Table.prototype.set
Table.prototype.set(
index: number,
value: Function | null,
): void

Sets an element stored at a given index to a given value.

Parameters

index: number
value: Function | null

Return Type

void