Commits
32a0a5asilenlocatelli2026-06-30 13:24fix: readme
d3d4700silenlocatelli2026-06-30 13:09feat: generation etc
fdddf43silenlocatelli2026-06-30 12:29synthetic data generation + save/load config Read a grid's rows via the grid API, infer per-column types in wasm (model.rs) and generate similar synthetic data with a seeded PRNG (rng.rs), then inject it back for both client-side and server-side row models. Add a readable tab-separated per-table config format (config.rs) saved/reloaded over the FFI, plus a wire helper (wire.rs) for the hand-rolled, JSON-free boundary. Adds the matching env imports/exports in template.js and a server-side example grid to the test fixture.
d257475silenlocatelli2026-06-30 11:53agents.md
6d4bb2esilenlocatelli2026-06-30 11:45ui
f09b7ddsilenlocatelli2026-06-30 09:53use templating
29aac7bsilen2026-06-29 18:29initial
0e8e622silen2026-06-29 17:13Initial commit