Skip to main content
Module

x/melody/melody_wasm.d.ts

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

Functions

Compiles Melody source code to a regular expression

If module_or_path is {RequestInfo} or {URL}, makes a request and for everything else, calls WebAssembly.instantiate directly.

Synchronously compiles the given bytes and instantiates the WebAssembly module.