unit-docs
unit-docs copied to clipboard
Consistent language for WebAssembly support
Throughout the docs site and several other places we lack precise definitions for what kind of WebAssembly support Unit offers. There is also extra confusion because our two incompatible Wasm implementations are documented side-by-side. Any old references to unit-wasm should be clearly marked as deprecated or removed entirely.
What do we support anyway?
In order of specificity:
- WebAssembly
- WASI 0.2 (previously known as preview 2)
- wasi-http/proxy:0.2.0
Tasks
- [ ] Define exact terminology to use when describing Unit's WebAssembly support and stick to it
- [ ] Update all references across all Unit repositories (not an exhaustive list)
- [ ] nginx/unit-docs
- [ ] nginx/unit (README, manpages, --help, CLI, ...)
- [ ] internal docs (Confluence)
Deprecation notice on unit-wasm: https://github.com/nginx/unit-wasm/pull/28