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
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.