Skip to main content
Module

x/netzo/deno.d.ts>WebAssembly.Module.customSections

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

Given a Module and string, returns a copy of the contents of all custom sections in the module with the given string name.

Parameters

moduleObject: Module
sectionName: string

Returns

ArrayBuffer[]