Skip to main content

vectx_wasm/
lib.rs

1//! # vectx-wasm — name reservation
2//!
3//! This crate is a **placeholder** reserving the `vectx-wasm` name on
4//! crates.io. It contains no functional code yet.
5//!
6//! ## What it will be
7//!
8//! WebAssembly bindings for [vectx](https://crates.io/crates/vectx) — the
9//! descriptive language between AI and the vector world. The intent is to
10//! ship a wasm runtime so the same DSL can be evaluated in the browser
11//! without pulling in the full Rust toolchain.
12//!
13//! ## Where to go
14//!
15//! - Source / docs: <https://github.com/goliajp/vectx>
16//! - Sibling crate: [`vectx`](https://crates.io/crates/vectx)
17//! - Issues: <https://github.com/goliajp/vectx/issues>
18//! - License: MIT
19
20#![doc(html_root_url = "https://docs.rs/vectx-wasm/0.0.0")]
21#![forbid(unsafe_code)]