summaryrefslogtreecommitdiffstats
path: root/vendor/memchr/src/arch/wasm32/mod.rs
blob: 209f876cb58376aaa7c077498050d8d6ea429c5c (plain)
1
2
3
4
5
6
7
/*!
Vector algorithms for the `wasm32` target.
*/

pub mod simd128;

pub(crate) mod memchr;