Skip to content

Commit 6dd450e

Browse files
authored
Merge pull request #31 from golemcloud/wit-bindgen
Switch to wit-bindgen generate! macro and support golem specific exports
2 parents 9d2648d + 4ef98a6 commit 6dd450e

File tree

6 files changed

+813
-46916
lines changed

6 files changed

+813
-46916
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ jobs:
3030
with:
3131
toolchain: stable
3232
override: true
33-
- uses: cargo-bins/cargo-binstall@main
34-
- name: Install cargo-component
35-
run: cargo binstall --no-confirm cargo-component@0.20.0
3633
- name: Install Protoc
3734
uses: arduino/setup-protoc@v3
3835
with:
@@ -43,8 +40,6 @@ jobs:
4340
run: cargo clippy -- -Dwarnings
4441
- name: Tests
4542
run: cargo test --all-features
46-
- name: Build golem-rust component
47-
run: cargo component build -p golem-rust
4843

4944
publish:
5045
needs: [build]

0 commit comments

Comments
 (0)