• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

joaoh82 / rust_sqlite / 25249800742
69%

Build:
DEFAULT BRANCH: main
Ran 02 May 2026 10:27AM UTC
Jobs 1
Files 38
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

02 May 2026 10:22AM UTC coverage: 57.232%. Remained the same
25249800742

push

github

web-flow
docs: ask feature reference + backend proxy templates + WASM Ask demo (#72)

Adds two new doc pages and an end-to-end WASM Ask demo so developers
landing on the Ask feature have a single canonical reference plus
copy-paste backend templates for the WASM SDK's split design.

- docs/ask.md — canonical Ask reference covering every product surface
  (REPL, desktop, Rust library, Python / Node / Go / WASM), the
  shared AskResponse shape, env vars, defaults, prompt caching,
  errors, security model, provider support, and limitations.
- docs/ask-backend-examples.md — copy-paste backend proxy templates
  for the WASM SDK: Cloudflare Workers, Vercel Edge Functions, Deno
  Deploy, Firebase Cloud Functions v2, AWS Lambda Function URLs,
  Express, and the zero-dep pure-Node template that ships with the
  examples/wasm/ demo. Also includes CORS guidance and a "locking
  down the proxy" section.
- examples/wasm/index.html — adds an "Ask" panel to the existing
  WASM demo: question textarea, button, generated SQL / explanation /
  usage display. Generated SQL drops into the SQL console for review
  before Run, mirroring the REPL's confirm-and-run UX.
- examples/wasm/server.mjs — NEW zero-dep Node 18+ server (~120 LOC)
  that serves the static demo and proxies POST /api/llm/complete to
  Anthropic with the API key from ANTHROPIC_API_KEY. Also functions
  as a worked-example backend referenced from the new docs.
- examples/wasm/Makefile — adds `make ask-demo` target that runs
  server.mjs (the existing `make serve` keeps using python3 -m
  http.server for the SQL-console-only flow).
- README.md, docs/_index.md, sdk/wasm/README.md — cross-references
  to the two new docs from the surfaces developers actually land on.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

5492 of 9596 relevant lines covered (57.23%)

1.17 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25249800742.1 02 May 2026 10:27AM UTC 38
57.23
GitHub Action Run
Source Files on build 25249800742
  • Tree
  • List 38
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 60bba4e1 on github
  • Prev Build on main (#25247339122)
  • Next Build on main (#25277076831)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc