Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/cli/tsc/dts/lib.deno.shared_globals.d.ts>WebAssembly.ModuleExportDescriptor

A modern runtime for JavaScript and TypeScript.
Latest
interface WebAssembly.ModuleExportDescriptor
import { type WebAssembly } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.deno.shared_globals.d.ts";
const { ModuleExportDescriptor } = WebAssembly;

A ModuleExportDescriptor is the description of a declared export in a WebAssembly.Module.

Properties

name: string