12
12
<a href="https://github.com/bytecodealliance/wasmtime-go/actions?query=workflow%3ACI">
13
13
<img src="https://github.com/bytecodealliance/wasmtime-go/workflows/CI/badge.svg" alt="CI status"/>
14
14
</a>
15
- <a href="https://pkg.go.dev/github.com/bytecodealliance/wasmtime-go/v30 ">
16
- <img src="https://godoc.org/github.com/bytecodealliance/wasmtime-go/v30 ?status.svg" alt="Documentation"/>
15
+ <a href="https://pkg.go.dev/github.com/bytecodealliance/wasmtime-go/v31 ">
16
+ <img src="https://godoc.org/github.com/bytecodealliance/wasmtime-go/v31 ?status.svg" alt="Documentation"/>
17
17
</a>
18
18
<a href="https://bytecodealliance.github.io/wasmtime-go/coverage.html">
19
19
<img src="https://img.shields.io/badge/coverage-main-green" alt="Code Coverage"/>
25
25
## Installation
26
26
27
27
``` sh
28
- go get -u github.com/bytecodealliance/wasmtime-go/v30@v30 .0.0
28
+ go get -u github.com/bytecodealliance/wasmtime-go/v31@v31 .0.0
29
29
```
30
30
31
31
Be sure to check out the [ API documentation] [ api ] !
@@ -39,16 +39,16 @@ need to arrange to build Wasmtime and use `CGO_*` env vars to compile correctly.
39
39
40
40
This project has been tested with Go 1.13 or later.
41
41
42
- [ api ] : https://pkg.go.dev/github.com/bytecodealliance/wasmtime-go/v30
42
+ [ api ] : https://pkg.go.dev/github.com/bytecodealliance/wasmtime-go/v31
43
43
[ wasmtime ] : https://github.com/bytecodealliance/wasmtime
44
44
45
45
If you are a bazel user, add following to your WORKSPACE file:
46
46
47
47
```
48
48
go_repository(
49
49
name = "com_github_bytecodealliance_wasmtime_go",
50
- importpath = "github.com/bytecodealliance/wasmtime-go/v30 ",
51
- version = "v30 .0.0",
50
+ importpath = "github.com/bytecodealliance/wasmtime-go/v31 ",
51
+ version = "v31 .0.0",
52
52
)
53
53
```
54
54
@@ -61,7 +61,7 @@ package main
61
61
62
62
import (
63
63
" fmt"
64
- " github.com/bytecodealliance/wasmtime-go/v30 "
64
+ " github.com/bytecodealliance/wasmtime-go/v31 "
65
65
)
66
66
67
67
func main () {
@@ -179,8 +179,8 @@ Once merged checkout `main` and do:
179
179
$ rm .gitignore
180
180
$ python3 ci/download-wasmtime.py
181
181
$ git add .
182
- $ git commit -m 'v30 .0.0 release artifacts'
183
- $ git tag v30 .0.0
182
+ $ git commit -m 'v31 .0.0 release artifacts'
183
+ $ git tag v31 .0.0
184
184
```
185
185
186
186
and push up the tag
0 commit comments