Skip to main content
Module

x/melody/melody_wasm.d.ts>default

Melody is a language that compiles to regular expressions and aims to be more easily readable and maintainable
Go to Latest
function default
import { default } from "https://deno.land/x/melody@v0.18.1/melody_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>