dessert-yaml
v0.1.5
Published
Backend for yaml libraries implemented in Rust for WASM
Downloads
4
Readme
Dessert YAML
This library is a clone of yaml-js, written in Rust for WebAssembly.
Summary
Installation
npm install dessert-yaml
Usage
Replace
import yaml from "yaml-js"
by
import * as yaml from "dessert-yaml"
And it should work the same, but faster with Wasm !