Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/comrak/pkg/comrak_wasm.d.ts>default

WASM bindings for the comrak markdown renderer
Latest
function default
import { default } from "https://deno.land/x/comrak@0.1.1/pkg/comrak_wasm.d.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>