axedom 0.1.0-alpha.1

Official entry crate for Axedom, a WASM-first runtime platform with ECS and UI (alpha).
Documentation
# axedom

Official entry crate for the [Axedom](https://www.axedom.com) WASM-first runtime platform (`0.1.0-alpha.1`).

This alpha release is an early API preview and workspace hub. Shared protocol types and runtime crates ship as separate packages — track progress on [GitHub](https://github.com/axedom/axedom).

## Quick start

Entry crate (workspace hub):

```toml
[dependencies]
axedom = "0.1.0-alpha.1"
```

Core protocol crates:

```toml
axedom-contract = "0.1.0-alpha.1"
axedom-ecs-types = "0.1.0-alpha.1"
```

See [docs.rs](https://docs.rs) or the repository for the current API surface.

Re-exports from `axedom` will arrive in a later release when the public API stabilizes.

## Workspace

Platform libraries live under [`crates/`](../../) (`00-protocol` through `09-feature`). This crate is the default platform entry in [`10-application`](../). Official first-party applications in the same tier:

| Crate | Role |
|-------|------|
| `axedom-hello-world` | Reference application |
| `axedom-editor-ui` | Editor and authoring |
| `axedom-graph` | Graph editing |
| `axedom-game-ui` | Game-style UI reference |
| `axedom-data-viz` | Data visualization reference |
| `axedom-inspector` | Runtime inspector |
| `axedom-scene-studio` | Scene studio |

See [`../README.md`](../README.md) for the full tier map.

## Links

- **Homepage:** [axedom.com]https://www.axedom.com
- **Repository:** [github.com/axedom/axedom]https://github.com/axedom/axedom
- **Contact:** [dev@axedom.dev]mailto:dev@axedom.dev (engineering)
- **Security:** [security@axedom.dev]mailto:security@axedom.dev
- **Bug reports:** [GitHub Issues]https://github.com/axedom/axedom/issues

**License:** MIT OR Apache-2.0. Copyright (c) 2026 The Axedom Authors.