ruvector/npm/packages/rvf-solver/pkg
rUv a3b528a4f8 perf(rvf-solver): remove duplicate WASM, optimize tarball 48% smaller
- Remove rvf_solver_wasm.wasm (172 KB) — dead weight, glue only loads
  rvf_solver_bg.wasm
- Run wasm-opt -Oz on primary binary (negligible savings, already optimized)
- Add .npmignore to exclude src/, tsconfig, .gitignore
- Remove .gitkeep from pkg/

Tarball: 137.5 KB → 71.5 KB (48% reduction)
Published as @ruvector/rvf-solver v0.1.7

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-02-20 20:09:49 +00:00
..
.gitkeep feat(rvf): expose AGI components via npm packages 2026-02-17 01:41:13 +00:00
.npmignore fix(rvf-solver): include WASM binary in npm tarball, fix ESM phantom entry 2026-02-20 20:09:49 +00:00
rvf_solver.d.ts feat(rvf): expose AGI components via npm packages 2026-02-17 01:41:13 +00:00
rvf_solver.js fix(rvf-solver): fix WASM path resolution in CJS→ESM interop 2026-02-20 20:09:49 +00:00
rvf_solver_bg.wasm perf(rvf-solver): remove duplicate WASM, optimize tarball 48% smaller 2026-02-20 20:09:49 +00:00