Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method WebAssembly.Module.imports
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 imports.

Parameters

moduleObject: Module