axedom 0.1.0-alpha.1

Official entry crate for Axedom, a WASM-first runtime platform with ECS and UI (alpha).
Documentation
  • Coverage
  • 100%
    3 out of 3 items documented0 out of 0 items with examples
  • Size
  • Source code size: 16.95 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 243.9 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 2s Average build duration of successful builds.
  • all releases: 2s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Documentation
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • axedom

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):

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

Core protocol crates:

axedom-contract = "0.1.0-alpha.1"
axedom-ecs-types = "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

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