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 docs/contribute/source/build_from_src.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Please follow this guide to build and test WasmEdge from the source code.

<!-- prettier-ignore -->
:::note
If you just want the latest builds from the `HEAD` of the `master` branch, and do not want to build it yourself, you can download the release package directly from our Github Action's CI artifact. [Here is an example](https://github.com/WasmEdge/WasmEdge/actions/runs/1521549504#artifacts).
If you just want the latest builds from the `HEAD` of the `master` branch, and do not want to build it yourself, you can download the release package directly from our Github Action's CI artifact. [Here is an example](https://github.com/WasmEdge/WasmEdge/actions/workflows/release.yml).
:::

## What Will Be Built
Expand Down
2 changes: 1 addition & 1 deletion docs/start/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ VERSION={{ wasmedge_version }}
curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | bash -s -- -v $VERSION
```

Suppose you are interested in the latest builds from the `HEAD` of the `master` branch, which is basically WasmEdge's nightly builds. In that case, you can download the release package directly from our Github Action's CI artifact. [Here is an example](https://github.com/WasmEdge/WasmEdge/actions/runs/2969775464#artifacts).
Suppose you are interested in the latest builds from the `HEAD` of the `master` branch, which is basically WasmEdge's nightly builds. In that case, you can download the release package directly from our Github Action's CI artifact. [Here is an example](https://github.com/WasmEdge/WasmEdge/actions/workflows/release.yml).

#### Install via Nix

Expand Down
2 changes: 1 addition & 1 deletion docs/start/wasmedge/extensions/proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The following proposals are under development and may be supported in the future

## WASI proposals

WasmEdge implements the following [WASI proposals](https://github.com/WebAssembly/WASI/blob/main/Proposals.md):
WasmEdge implements the following [WASI proposals](https://github.com/WebAssembly/WASI/blob/main/docs/Proposals.md):

| Proposal | Platform: `Linux x86_64` | Platform: `Linux aarch64` | Platform: `x86_64 MacOS` | Platform: `MacOS arm64` |
| --- | --- | --- | --- | --- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Please follow this guide to build and test WasmEdge from the source code.

<!-- prettier-ignore -->
:::note
If you just want the latest builds from the `HEAD` of the `master` branch, and do not want to build it yourself, you can download the release package directly from our Github Action's CI artifact. [Here is an example](https://github.com/WasmEdge/WasmEdge/actions/runs/1521549504#artifacts).
If you just want the latest builds from the `HEAD` of the `master` branch, and do not want to build it yourself, you can download the release package directly from our Github Action's CI artifact. [Here is an example](https://github.com/WasmEdge/WasmEdge/actions/workflows/release.yml).
:::

## What Will Be Built
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ VERSION={{ wasmedge_version }}
curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | bash -s -- -v $VERSION
```

如果你对 `master` 分支的 `HEAD` 构建感兴趣(这基本上是 WasmEdge 的每夜构建版本)。在这种情况下,可以直接从我们的 Github Action 的 CI artifact 下载发布包。[以下是一个示例链接](https://github.com/WasmEdge/WasmEdge/actions/runs/2969775464#artifacts)。
如果你对 `master` 分支的 `HEAD` 构建感兴趣(这基本上是 WasmEdge 的每夜构建版本)。在这种情况下,可以直接从我们的 Github Action 的 CI artifact 下载发布包。[以下是一个示例链接](https://github.com/WasmEdge/WasmEdge/actions/workflows/release.yml)。

#### 带插件安装 WasmEdge

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ WasmEdge 支持以下 [WebAssembly 提案](https://github.com/WebAssembly/propos

## WASI 提案

WasmEdge 实现了以下 [WASI 提案](https://github.com/WebAssembly/WASI/blob/main/Proposals.md):
WasmEdge 实现了以下 [WASI 提案](https://github.com/WebAssembly/WASI/blob/main/docs/Proposals.md):

| 提案 | 平台支持 |
| --- | --- |
Expand Down
Loading