Skip to main content
Module

x/netzo/deno.d.ts>WebAssembly.Table#set

SDK for Netzo, the open Web platform to unify IoT devices, applications and services.
Go to Latest
method WebAssembly.Table.prototype.set
import { WebAssembly } from "https://deno.land/x/netzo@v0.1.10/deno.d.ts";
const { Table } = WebAssembly;

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

Parameters

index: number
value: Function | null