Skip to content

Commit 94d3098

Browse files
committed
docs: update C API docs to 0.16.1
Signed-off-by: YiYing He <yiying@secondstate.io>
1 parent a8e5fe1 commit 94d3098

21 files changed

+6956
-58
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
WASMEDGE_VERSION='0.14.1'
1+
WASMEDGE_VERSION='0.16.1'
22
WASMEDGE_GO_VERSION='0.14.0'

docs/embed/c/intro.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ sys 0m0.011s
121121

122122
## API References
123123

124-
- [0.14.1](reference/latest.md)
124+
- [0.16.1](reference/latest.md)
125+
- [0.15.1](reference/0.15.x.md)
126+
- [0.14.1](reference/0.14.x.md)
125127
- [0.13.5](reference/0.13.x.md)
126128
- [0.12.1](reference/0.12.x.md)
127129
- [0.11.2](reference/0.11.x.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 9
2+
sidebar_position: 13
33
---
44

55
# C API 0.10.1 Documentation

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 7
2+
sidebar_position: 11
33
---
44

55
# C API 0.11.2 Documentation

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 5
2+
sidebar_position: 9
33
---
44

55
# C API 0.12.1 Documentation

docs/embed/c/reference/0.13.x.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
2-
sidebar_position: 3
2+
sidebar_position: 7
33
---
44

55
# C API 0.13.5 Documentation
66

77
[WasmEdge C API](https://github.com/WasmEdge/WasmEdge/blob/master/include/api/wasmedge/wasmedge.h) denotes an interface to access the WasmEdge runtime at version `0.13.5`. The following are the guides to working with the C APIs of WasmEdge.
88

9+
**Developers can refer to [here to upgrade to v0.14.0](upgrade_to_0.14.0).**
10+
911
## WasmEdge Installation
1012

1113
### Download And Install

0 commit comments

Comments
 (0)