import { type WebAssembly } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.deno.shared_globals.d.ts";
const { ModuleImportDescriptor } = WebAssembly;
A ModuleImportDescriptor
is the description of a declared import in a
WebAssembly.Module
.