Skip to content

Commit

Permalink
Merge pull request #15 from golemcloud/wasmtime-15
Browse files Browse the repository at this point in the history
Updated examples for the new wasmtime v15 based Golem version
  • Loading branch information
vigoo authored Jan 16, 2024
2 parents 8a84250 + fc12162 commit 01aaf23
Show file tree
Hide file tree
Showing 37 changed files with 387 additions and 3,550 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,8 @@ jobs:
with:
toolchain: stable
override: true
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: false
components: rustfmt, clippy
- name: Check formatting
run: cargo +nightly fmt -- --check
run: cargo fmt -- --check
- name: Clippy
run: cargo clippy -- -Dwarnings
- name: Tests
Expand Down
179 changes: 131 additions & 48 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 01aaf23

Please sign in to comment.