Skip to main content
Module

x/aleph/server/deps.ts>initLolHtml

The Full-stack Framework in Deno.
Very Popular
Latest
function initLolHtml
import { initLolHtml } from "https://deno.land/x/aleph@1.0.0-beta.44/server/deps.ts";

If module_or_path is {RequestInfo} or {URL}, makes a request and for everything else, calls WebAssembly.instantiate directly.

Parameters

optional
module_or_path: InitInput | Promise<InitInput>

Returns

Promise<InitOutput>

If module_or_path is {RequestInfo} or {URL}, makes a request and for everything else, calls WebAssembly.instantiate directly.

Parameters

optional
module_or_path: InitInput | Promise<InitInput>

Returns

Promise<InitOutput>