Skip to content

Commit c165691

Browse files
ericgregoryvados-cosmonic
authored andcommitted
fix: remove wasm binaries from custom provider examples
Signed-off-by: Eric Gregory <eric@cosmonic.com>
1 parent 22fa71a commit c165691

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

examples/golang/providers/custom-template/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ wash call custom-template wasmcloud:example/system-info.call
5454

5555
## Running as an application
5656

57-
You can deploy this provider, along with a [prebuilt component](../component/) for testing, by deploying the [wadm.yaml](./wadm.yaml) application.
57+
You can deploy this provider, along with a [component](../component/) for testing, by deploying the [wadm.yaml](./wadm.yaml) application. Make sure to build the component with `wash build`.
5858

5959
```bash
6060
# Build the component

examples/golang/providers/custom-template/component/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This component is meant to test the [custom template capability provider](../) b
44

55
## Build
66

7-
Use `wash build` to build this component. A prebuilt component is included for easy deployment of the provider.
7+
Use `wash build` to build this component.
88

99
## Deploy
1010

examples/rust/providers/custom-template/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ wash call custom-template wasmcloud:example/system-info.call
4242

4343
## Running as an application
4444

45-
You can deploy this provider, along with a [prebuilt component](./component/) for testing, by deploying the [wadm.yaml](./wadm.yaml) application.
45+
You can deploy this provider, along with a [component](./component/) for testing, by deploying the [wadm.yaml](./wadm.yaml) application. Make sure to build the component with `wash build`.
4646

4747
```bash
4848
# Launch wasmCloud in the background

examples/rust/providers/custom-template/component/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This component is meant to test the [custom template capability provider](../) b
44

55
## Build
66

7-
Use `wash build` to build this component. A prebuilt component is included for easy deployment of the provider.
7+
Use `wash build` to build this component.
88

99
## Deploy
1010

0 commit comments

Comments
 (0)