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

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

WASM bindings for the comrak markdown renderer
Latest
interface InitOutput
import { type InitOutput } from "https://deno.land/x/comrak@0.1.1/pkg/comrak_wasm.d.ts";

Properties

readonly
memory: WebAssembly.Memory
readonly
markdown_to_html: (
a: number,
b: number,
c: number,
d: number,
) => void
readonly
__wbindgen_malloc: (a: number) => number
readonly
__wbindgen_realloc: (
a: number,
b: number,
c: number,
) => number
readonly
__wbindgen_add_to_stack_pointer: (a: number) => number
readonly
__wbindgen_free: (a: number, b: number) => void