Skip to content

Commit

Permalink
Tweak docs
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jul 28, 2023
1 parent c750034 commit 1e7e839
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,5 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: ${{ matrix.target }}-${{ matrix.os }}
# TODO(windows host): No files were found with the provided path: /tmp/artifacts/. No artifacts will be uploaded.
path: /tmp/artifacts/
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com

GitHub-provided Windows runners support cross-compile for other architectures or environments, so this action just runs `rustup target add` and/or sets some environment variables.

(Other Windows targets may also work, although this action's CI has not tested them.)

## [1.13.0] - 2023-07-28

- Support running WASI and Windows binaries directly on Linux host (via binfmt).
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,8 @@ clang version and wasi-libc hash can be found here: https://github.com/WebAssemb

On Windows host, GitHub-provided Windows runners support cross-compile for other architectures or environments, so this action just runs `rustup target add` and/or sets some environment variables.

(Other Windows targets may also work, although this action's CI has not tested them.)

On Linux host, this action installs MinGW toolchain and Wine.
The current default version of Wine is 7.13.
You can select/pin the version by using `@` syntax in `runner` input option. For example:
Expand Down Expand Up @@ -430,6 +432,8 @@ You can select/pin the version by using `@` syntax in `runner` input option. For

GitHub-provided Windows runners support cross-compile for other architectures or environments, so this action just runs `rustup target add` and/or sets some environment variables.

(Other Windows targets may also work, although this action's CI has not tested them.)

### macOS

| C++ | test |
Expand Down

0 comments on commit 1e7e839

Please sign in to comment.