We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ee769 commit b78129cCopy full SHA for b78129c
README.md
@@ -25,7 +25,7 @@
25
## Installation
26
27
```sh
28
-go get -u github.com/bytecodealliance/wasmtime-go/v38@v38.0.0
+go get -u github.com/bytecodealliance/wasmtime-go/v38@v38.0.1
29
```
30
31
Be sure to check out the [API documentation][api]!
@@ -48,7 +48,7 @@ If you are a bazel user, add following to your WORKSPACE file:
48
go_repository(
49
name = "com_github_bytecodealliance_wasmtime_go",
50
importpath = "github.com/bytecodealliance/wasmtime-go/v38",
51
- version = "v38.0.0",
+ version = "v38.0.1",
52
)
53
54
0 commit comments