This repository was archived by the owner on Jul 31, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ Requires tinygo 0.33 or above.
13
13
Import ` go.wasmcloud.dev/component ` in your Go module.
14
14
15
15
``` bash
16
- go get go.wasmcloud.dev/
[email protected] .
4
16
+ go get go.wasmcloud.dev/
[email protected] .
5
17
17
```
18
18
19
19
Import the SDK WIT. In ` wit/deps.toml ` :
20
20
21
21
``` toml
22
22
23
- wasmcloud-component = " https://github.com/wasmCloud/component-sdk-go/archive/v0.0.4 .tar.gz"
23
+ wasmcloud-component = " https://github.com/wasmCloud/component-sdk-go/archive/v0.0.5 .tar.gz"
24
24
25
25
```
26
26
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.23.0
4
4
5
5
require (
6
6
go.bytecodealliance.org v0.4.0
7
- go.wasmcloud.dev/component v0.0.4
7
+ go.wasmcloud.dev/component v0.0.5
8
8
)
9
9
10
10
require (
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.0
5
5
require (
6
6
github.com/stretchr/testify v1.9.0
7
7
go.bytecodealliance.org v0.4.0
8
- go.wasmcloud.dev/component v0.0.4
8
+ go.wasmcloud.dev/component v0.0.5
9
9
go.wasmcloud.dev/wadge v0.7.0
10
10
)
11
11
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.0
5
5
require (
6
6
github.com/stretchr/testify v1.9.0
7
7
go.bytecodealliance.org v0.4.0
8
- go.wasmcloud.dev/component v0.0.4
8
+ go.wasmcloud.dev/component v0.0.5
9
9
go.wasmcloud.dev/wadge v0.7.0
10
10
)
11
11
You can’t perform that action at this time.
0 commit comments