Skip to main content
Module

x/yaml_wasm/index.js>InitOutput

WebAssembly module to parse YAML
Latest
interface InitOutput
import { type InitOutput } from "https://deno.land/x/yaml_wasm@deno-v0.41.0/index.js";

Properties

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