Skip to content

Commit

Permalink
chore(component): remove unused wit fields
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Townsend <[email protected]>
  • Loading branch information
brooksmtownsend committed Apr 25, 2024
1 parent 0d26d8c commit 6a4e463
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions wit/world.wit
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
package wasmcloud:tools;

interface convert {
variant known-kind {
component,
provider,
}

record known-interface {
wit-namespace: string,
wit-package: string,
interfaces: list<string>,
kind: known-kind,
image-ref: string,
}

component-to-wadm: func(component: list<u8>, name: string, version: string, description: string, image: string) -> result<string, string>;
}

Expand Down

0 comments on commit 6a4e463

Please sign in to comment.