WebAssembly.Table.prototype.set - 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