import { WebAssembly } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.deno.shared_globals.d.ts";
const { Module } = WebAssembly;
Given a Module
, returns an array containing descriptions of all the declared exports.
Parameters
moduleObject: Module