From 90d1daff3ec8bb0628c2280b234f44070938e170 Mon Sep 17 00:00:00 2001 From: Drew Tada Date: Tue, 6 Feb 2024 17:51:39 -0500 Subject: [PATCH] drop caps --- kinode.wit | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kinode.wit b/kinode.wit index e284577..caef605 100644 --- a/kinode.wit +++ b/kinode.wit @@ -140,6 +140,9 @@ interface standard { // Saves the capabilities to persisted process state. save-capabilities: func(caps: list); + // Deletes the capabilities from persisted process state. + drop-capabilities: func(caps: list); + // Gets all capabilities from persisted process state. our-capabilities: func() -> list;