Build infrastructure for Socket's binary artifacts and ML models.
- onnxruntime-builder - ONNX Runtime WASM with SIMD + threading
- yoga-layout-builder - Yoga Layout WASM for flexbox calculations
- models - AI models (MiniLM-L6, CodeT5) with int8/int4 quantization
- node-smol-builder - Minimal Node.js binaries for 8 platforms
# Install dependencies
pnpm install
# Build a specific package
pnpm --filter onnxruntime-builder build
pnpm --filter yoga-layout-builder build
pnpm --filter models build
pnpm --filter node-smol-builder buildMIT