Skip to main content

axedom_hello_world/
lib.rs

1//! axedom-hello-world — first-party application for the Axedom WASM-first runtime platform (alpha).
2
3#![warn(missing_docs)]
4
5mod spec;
6
7pub use spec::*;