1by32
1by32 is a lightweight JavaScript library designed for manipulating 32‑bit binary data within web applications. The library provides an intuitive interface for creating, reading, and writing 32‑bit integers and floating‑point values, and it is particularly useful in contexts where binary data needs to be exchanged between a web front‑end and a back‑end service written in languages such as Go, Rust, or C++. 1by32 abstracts the low‑level typed‑array operations behind a set of convenient wrapper functions, easing the developer experience while preserving performance.
The project was initiated by software engineer J. Lee in March 2022 as a response to fragmented
Core features of 1by32 include support for big‑endian and little‑endian byte orders, bit‑field extraction and packing,
1by32 has been adopted by several open‑source web projects, with usage metrics showing rapid increase since