Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
method WebAssembly.Module.exports
import { WebAssembly } from "https://deno.land/x/tl_log@0.1.2/examples/deploy.d.ts";
const { Module } = WebAssembly;

Given a Module, returns an array containing descriptions of all the declared exports.

Parameters

moduleObject: Module