umari 0.3.0

SDK for building event-sourced WASM components for the Umari runtime
Documentation
1
2
3
4
5
6
7
8
package umari:command@0.1.0;

interface executor {
    use types.{command-context, error};
    use umari:common/types@0.1.0.{event-type, json, uuid};

    execute: func(command: string, input: json, context: command-context);
}