Skip to content

Commit 9a4e7db

Browse files
authored
Update the wasmedge-go docs for v0.14.0 (#264)
Signed-off-by: YiYing He <[email protected]>
1 parent 1f0d34c commit 9a4e7db

27 files changed

+5305
-129
lines changed

.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
WASMEDGE_VERSION='0.14.1'
2-
WASMEDGE_GO_VERSION='0.13.4'
2+
WASMEDGE_GO_VERSION='0.14.0'

docs/embed/c/intro.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ sys 0m0.011s
121121

122122
## API References
123123

124-
- [0.13.4](reference/latest.md)
124+
- [0.14.1](reference/latest.md)
125+
- [0.13.5](reference/0.13.x.md)
125126
- [0.12.1](reference/0.12.x.md)
126127
- [0.11.2](reference/0.11.x.md)
127128
- [0.10.1](reference/0.10.x.md)

docs/embed/go/intro.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ To embed WasmEdge into your go application and run the WASM function, we still n
9595

9696
## API References
9797

98-
- [v0.13.4](reference/latest.md)
98+
- [v0.14.0](reference/latest.md)
99+
- [v0.13.5](reference/0.13.x.md)
99100
- [v0.12.1](reference/0.12.x.md)
100101
- [v0.11.2](reference/0.11.x.md)
101102
- [v0.10.1](reference/0.10.x.md)

docs/embed/go/reference/0.10.x.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 7
2+
sidebar_position: 9
33
---
44

55
# Go API v0.10.1 Documentation

docs/embed/go/reference/0.11.x.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 5
2+
sidebar_position: 7
33
---
44

55
# Go API v0.11.2 Documentation

docs/embed/go/reference/0.12.x.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 3
2+
sidebar_position: 5
33
---
44

55
# Go API v0.12.1 Documentation

0 commit comments

Comments
 (0)