umari 0.3.0

SDK for building event-sourced WASM components for the Umari runtime
Documentation
1
2
3
4
5
6
7
wit_bindgen::generate!({
    world: "crypto",
    path: "wit/crypto",
    additional_derives: [PartialEq, Clone, serde::Serialize, serde::Deserialize],
    generate_unused_types: true,
    pub_export_macro: true,
});