iris_native/lib.rs
1//! Native fast path implementations for known decoders.
2//!
3//! The WebAssembly vector width is capped at 128 bits and will be for the foreseeable future, so a host that recognises a decoder should be able to skip the sandbox. This is that table.
4//!
5//! Nothing is implemented yet. See the milestone that owns this crate in
6//! `docs/ROADMAP.md`.
7
8/// The version of this crate, as reported by build metadata.
9pub const VERSION: &str = env!("CARGO_PKG_VERSION");