umari 0.3.0

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

interface keys {
    /// Permanently deletes the encryption key for the given scope.
    /// This operation is irreversible — the scope can never be recreated.
    delete-key: func(scope: string);
}