Expand description
Extension package manager — install, update, remove WASM extensions from GitHub releases.
oxi ext install user/repo — download .wasm from GitHub releases
oxi ext list — show installed extensions
oxi ext update — update all or specific extension
oxi ext remove user/repo — uninstall extension
Metadata stored in ~/.oxi/extensions/registry.json.
Structs§
- Extension
Entry - Per-extension metadata stored in registry.json.
- Extension
Registry - The on-disk registry of installed extensions.
- Install
Result - Result of an install operation.
Functions§
- info_
extension - Show info about a remote extension (without installing).
- install_
extension - Install an extension from a GitHub repo.
- list_
extensions - List installed extensions.
- remove_
extension - Remove an installed extension.
- update_
extension - Update an extension (or all if name is None).