oxirs-wasm 0.2.3

WebAssembly bindings for OxiRS - Run RDF/SPARQL in the browser
Documentation
1
2
3
4
5
6
7
8
//! Public API layer for OxiRS WASM
//!
//! Provides clean Rust types for JavaScript binding via `wasm_bindgen`,
//! and for direct use in native tests.

pub mod wasm_api;

pub use wasm_api::WasmSparqlStore;