axedom
Official entry crate for the Axedom 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.
Quick start
Entry crate (workspace hub):
[]
= "0.1.0-alpha.1"
Core protocol crates:
= "0.1.0-alpha.1"
= "0.1.0-alpha.1"
See 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 for the full tier map.
Links
- Homepage: axedom.com
- Repository: github.com/axedom/axedom
- Contact: dev@axedom.dev (engineering)
- Security: security@axedom.dev
- Bug reports: GitHub Issues
License: MIT OR Apache-2.0. Copyright (c) 2026 The Axedom Authors.