wazm

Crates.iowazm
lib.rswazm
version0.0.0
sourcesrc
created_at2024-06-13 21:21:13.881509
updated_at2024-06-13 21:21:13.881509
descriptionwazm aims to be an efficient virutalized environment orchestrating workloads across various surfaces.
homepagehttps://github.com/FL03/wazm/wiki
repositoryhttps://github.com/FL03/wazm.git
max_upload_size
id1271361
size5,216
Joe McCain III (FL03)

documentation

README

wazm

crates.io docs.rs

clippy rust


The library is currently in the early stages of development and is not yet ready for production use.

wazm aims to be an efficient virutalized environment orchestrating workloads across various surfaces.

Features

Getting Started

Building from the source

Start by cloning the repository

git clone https://github.com/FL03/wazm.git
cd wazm
cargo build --features full -r --workspace

Usage

Example: Linear Model (biased)

    extern crate wazm;

    fn main() -> anyhow::Result<()> {
        tracing_subscriber::fmt::init();
        tracing::info!("Starting linear model example");


        Ok(())
    }

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

Commit count: 8

cargo fmt