Skip to content

Commit

Permalink
chore: Release 0.0.4 (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Fontes <[email protected]>
  • Loading branch information
lxfontes authored Nov 4, 2024
1 parent bb6cf78 commit 6a9a485
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ Requires tinygo 0.33 or above.
Import `go.wasmcloud.dev/component` in your Go module.

```bash
go get go.wasmcloud.dev/[email protected].3
go get go.wasmcloud.dev/[email protected].4
```

Import the SDK WIT. In `wit/deps.toml`:

```toml

wasmcloud-component = "https://github.com/wasmCloud/component-sdk-go/archive/v0.0.3.tar.gz"
wasmcloud-component = "https://github.com/wasmCloud/component-sdk-go/archive/v0.0.4.tar.gz"

```

Expand Down
2 changes: 1 addition & 1 deletion _examples/http-client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.23.0

require (
github.com/bytecodealliance/wasm-tools-go v0.3.1
go.wasmcloud.dev/component v0.0.3
go.wasmcloud.dev/component v0.0.4
)

require (
Expand Down
2 changes: 1 addition & 1 deletion _examples/http-server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.23.0
require (
github.com/bytecodealliance/wasm-tools-go v0.3.1
github.com/stretchr/testify v1.9.0
go.wasmcloud.dev/component v0.0.3
go.wasmcloud.dev/component v0.0.4
go.wasmcloud.dev/wadge v0.7.0
)

Expand Down
2 changes: 1 addition & 1 deletion _examples/invoke/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.23.0
require (
github.com/bytecodealliance/wasm-tools-go v0.3.1
github.com/stretchr/testify v1.9.0
go.wasmcloud.dev/component v0.0.3
go.wasmcloud.dev/component v0.0.4
go.wasmcloud.dev/wadge v0.7.0
)

Expand Down

0 comments on commit 6a9a485

Please sign in to comment.