Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno/std/bundle/utils.ts>instantiate

A modern runtime for JavaScript and TypeScript.
Go to Latest
function instantiate
import { instantiate } from "https://deno.land/x/deno@v0.22.0/std/bundle/utils.ts";

Drain the queue of module IDs while instantiating the modules.

Parameters

queue: string[]
modules: Map<string, ModuleMetaData>