Skip to content

docs(wit): sketch Numax host API - #96

Open
lntutor wants to merge 2 commits into
GianIac:mainfrom
lntutor:docs/wit-host-api-61
Open

docs(wit): sketch Numax host API#96
lntutor wants to merge 2 commits into
GianIac:mainfrom
lntutor:docs/wit-host-api-61

Conversation

@lntutor

@lntutor lntutor commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add three independent, parseable WIT packages for database, logging, and GCounter capabilities
  • keep the definitions explicitly exploratory with no runtime or SDK wiring
  • document current status, validation, and open migration, world, error, value, and versioning questions

Verification

  • wasm-tools component wit wit/numax-db.wit
  • wasm-tools component wit wit/numax-log.wit
  • wasm-tools component wit wit/numax-crdt.wit
  • cargo test --workspace -q (498 passed)
  • cargo fmt --all -- --check
  • cargo clippy --workspace --all-targets -- -D warnings
  • git diff --check

Closes #61

@lntutor

lntutor commented Aug 1, 2026

Copy link
Copy Markdown
Contributor Author

Current head ccdbbf9566e9ff33af9239ca265d1b8a62e38781 is mergeable and the visible CI surface on this exact SHA is fully green: cross-platform Check, Clippy, and Test jobs on Ubuntu, macOS, and Windows; Format; Build WASM Examples; CLI Multi-process Smoke; Benchmark Comparator Tests; Ubuntu Profiling Artifacts; Benchmark Regression Gate; and the aggregate CI Success check all completed successfully. There are no review threads or review-body comments open on the current PR state, so if this Numax host API documentation still matches the intended direction, it looks ready for maintainer review/merge when convenient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sketch the Numax host API in WIT - skeleton files + minimal docs

1 participant