Crate ron_wasm

source ·
Expand description

The ron-wasm crate is the Wasm bindings for RON (Rusty Object Notation).

Functions§

  • Parses a RON string, constructing the JavaScript value or object described by the string.
  • Converts a JavaScript value to a RON string.