0.1.5 • Published 7 years ago
dessert-yaml v0.1.5
Dessert YAML
This library is a clone of yaml-js, written in Rust for WebAssembly.
Summary
Installation
npm install dessert-yamlUsage
Replace
import yaml from "yaml-js"by
import * as yaml from "dessert-yaml"And it should work the same, but faster with Wasm !