Skip to content

Commit 30367fc

Browse files
Merge branch 'main' into dlang
2 parents 6b6fd0f + 7b5c1c6 commit 30367fc

79 files changed

Lines changed: 5047 additions & 1475 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
env:
3131
CARGO_BUILD_TARGET: aarch64-unknown-linux-gnu
3232
DOCKER_IMAGE: ./ci/docker/aarch64-linux/Dockerfile
33+
- build: riscv64gc-linux
34+
os: ubuntu-latest
35+
env:
36+
CARGO_BUILD_TARGET: riscv64gc-unknown-linux-gnu
37+
DOCKER_IMAGE: ./ci/docker/riscv64gc-linux/Dockerfile
3338

3439
- build: x86_64-macos
3540
os: macos-latest
@@ -221,6 +226,7 @@ jobs:
221226
- run: cargo build --target wasm32-wasip1 -p wit-bindgen --no-default-features --features async-spawn
222227
- run: cargo build --target wasm32-wasip1 -p wit-bindgen --no-default-features --features async,macros
223228
- run: cargo build --target wasm32-wasip1 -p wit-bindgen --no-default-features --features inter-task-wakeup
229+
- run: cargo build --target wasm32-wasip1 -p wit-bindgen --no-default-features --features futures-stream
224230

225231
# Verity that documentation can be generated for the rust bindings crate.
226232
- run: rustup update nightly --no-self-update

0 commit comments

Comments
 (0)