Skip to main content
Module

x/netzo/deno.d.ts>WebAssembly.ModuleImportDescriptor

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

A ModuleImportDescriptor is the description of a declared import in a WebAssembly.Module.

Properties

module: string
name: string