Skip to main content
Module

x/melody/melody_wasm.d.ts>InitOutput

Melody is a language that compiles to regular expressions and aims to be more easily readable and maintainable
Go to Latest
interface InitOutput
import { type InitOutput } from "https://deno.land/x/melody@v0.18.1/melody_wasm.d.ts";

Properties

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