Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
WASMEDGE_VERSION='0.14.1'
WASMEDGE_GO_VERSION='0.13.4'
WASMEDGE_GO_VERSION='0.14.0'
3 changes: 2 additions & 1 deletion docs/embed/c/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ sys 0m0.011s

## API References

- [0.13.4](reference/latest.md)
- [0.14.1](reference/latest.md)
- [0.13.5](reference/0.13.x.md)
- [0.12.1](reference/0.12.x.md)
- [0.11.2](reference/0.11.x.md)
- [0.10.1](reference/0.10.x.md)
Expand Down
3 changes: 2 additions & 1 deletion docs/embed/go/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ To embed WasmEdge into your go application and run the WASM function, we still n

## API References

- [v0.13.4](reference/latest.md)
- [v0.14.0](reference/latest.md)
- [v0.13.5](reference/0.13.x.md)
- [v0.12.1](reference/0.12.x.md)
- [v0.11.2](reference/0.11.x.md)
- [v0.10.1](reference/0.10.x.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/embed/go/reference/0.10.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 7
sidebar_position: 9
---

# Go API v0.10.1 Documentation
Expand Down
2 changes: 1 addition & 1 deletion docs/embed/go/reference/0.11.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 5
sidebar_position: 7
---

# Go API v0.11.2 Documentation
Expand Down
2 changes: 1 addition & 1 deletion docs/embed/go/reference/0.12.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 3
sidebar_position: 5
---

# Go API v0.12.1 Documentation
Expand Down
Loading