Skip to main content
Module

x/yaml_wasm/index.js

WebAssembly module to parse YAML
Latest
import * as yamlWasm from "https://deno.land/x/yaml_wasm@deno-v0.41.0/index.js";

Functions

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

Parse a YAML Text into a JavaScript value.

Encode a JavaScript value into a YAML text.