dessert-yaml

Backend for yaml libraries implemented in Rust for WASM


Keywords
yaml, js, wasm
License
MIT
Install
npm install dessert-yaml@0.1.5

Documentation

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 !