//! # vectx-wasm — name reservation
//!
//! This crate is a **placeholder** reserving the `vectx-wasm` name on
//! crates.io. It contains no functional code yet.
//!
//! ## What it will be
//!
//! WebAssembly bindings for [vectx](https://crates.io/crates/vectx) — the
//! descriptive language between AI and the vector world. The intent is to
//! ship a wasm runtime so the same DSL can be evaluated in the browser
//! without pulling in the full Rust toolchain.
//!
//! ## Where to go
//!
//! - Source / docs: <https://github.com/goliajp/vectx>
//! - Sibling crate: [`vectx`](https://crates.io/crates/vectx)
//! - Issues: <https://github.com/goliajp/vectx/issues>
//! - License: MIT