Skip to content

Commit

Permalink
chore: wit-bindgen in my mind (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeeshan Lakhani authored Sep 19, 2023
1 parent 4463050 commit b8a292b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 72 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ updates:
target-branch: "main"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
open-pull-requests-limit: 5

- package-ecosystem: "docker"
directory: "/docker"
Expand Down
78 changes: 9 additions & 69 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion homestar-functions/add/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = { workspace = true }
rust-version = { workspace = true }

[dependencies]
wit-bindgen = "0.11"
wit-bindgen = "0.12"

[lib]
doc = false
Expand Down
Binary file modified homestar-wasm/fixtures/example_add.wasm
Binary file not shown.
Binary file modified homestar-wasm/fixtures/example_add_component.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion homestar-wasm/fixtures/example_add_component.wat
Original file line number Diff line number Diff line change
Expand Up @@ -3704,7 +3704,7 @@
(export "__heap_base" (global 2))
(@producers
(processed-by "wit-component" "0.14.2")
(processed-by "wit-bindgen-rust" "0.11.0")
(processed-by "wit-bindgen-rust" "0.12.0")
)
)
(core instance (;0;) (instantiate 0))
Expand Down

0 comments on commit b8a292b

Please sign in to comment.