Skip to main content

Crate wasma

Crate wasma 

Source
Expand description

§WASMA - Windows Assignment System Monitoring Architecture

This is a meta-package that re-exports all WASMA components.

§Installation

cargo add wasma

§Components

§Quick Start

use wasma::prelude::*;

let core = WasmaCore::new(None)?;
let window_id = core.create_window(
    "My App".to_string(),
    "com.example.app".to_string(),
    800, 600
)?;

Re-exports§

pub use wasma_client as client;
pub use wbackend;
pub use wasma_linux_platform as linux_platform;
pub use x11backend;x11
pub use wsdg_xdg as xdg;xdg
pub use wsdg_app_manifest as manifest;manifest

Modules§

prelude
Prelude module - import commonly used types