noyalib-wasm 0.0.0

WebAssembly (wasm-bindgen) bindings for the noyalib YAML library — browser-ready parse / serialise / lossless edit. Namespace reservation placeholder — the real bindings will publish here starting v0.0.12.
Documentation
// SPDX-FileCopyrightText: 2026 Noyalib
// SPDX-License-Identifier: MIT OR Apache-2.0

//! # noyalib-wasm — namespace reservation
//!
//! **This is a v0.0.0 namespace reservation.** The real WebAssembly
//! bindings for [`noyalib`](https://crates.io/crates/noyalib) will
//! publish here starting from **v0.0.12**, when the WASM bindings
//! move to their own repository at
//! [`sebastienrousseau/noyalib-wasm`](https://github.com/sebastienrousseau/noyalib-wasm)
//! as part of the workspace-split project (issue
//! [`#129`](https://github.com/sebastienrousseau/noyalib/issues/129)).
//!
//! Until then, the WebAssembly bindings ship exclusively via the
//! **noyalib** monorepo — see the [WASM section of the noyalib
//! README](https://github.com/sebastienrousseau/noyalib#usage) for
//! the current npm / browser distribution channels.
//!
//! Depending on this crate at v0.0.0 gives you an empty library.
//! Wait for v0.0.12 for the real bindings.