| Crates.io | wazm |
| lib.rs | wazm |
| version | 0.0.0 |
| created_at | 2024-06-13 21:21:13.881509+00 |
| updated_at | 2024-06-13 21:21:13.881509+00 |
| description | wazm aims to be an efficient virutalized environment orchestrating workloads across various surfaces. |
| homepage | https://github.com/FL03/wazm/wiki |
| repository | https://github.com/FL03/wazm.git |
| max_upload_size | |
| id | 1271361 |
| size | 5,216 |
wazm aims to be an efficient virutalized environment orchestrating workloads across various surfaces.
Start by cloning the repository
git clone https://github.com/FL03/wazm.git
cd wazm
cargo build --features full -r --workspace
extern crate wazm;
fn main() -> anyhow::Result<()> {
tracing_subscriber::fmt::init();
tracing::info!("Starting linear model example");
Ok(())
}
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.