Skip to content

Commit 410f9c2

Browse files
committed
Update to wit-bindgen 0.37.
This uses `--async none` so there aren't many user-visible changes, however one notable user-visible change is that with bytecodealliance/wit-bindgen#1102, some functions such as `Fields::get` have arguments that change from `&String` to `&str`.
1 parent e3328ef commit 410f9c2

File tree

5 files changed

+2929
-2702
lines changed

5 files changed

+2929
-2702
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ wasi = { version = "0.13", path = ".", default-features = false }
2424
members = ["./crates/*"]
2525

2626
[dependencies]
27-
wit-bindgen-rt = { version = "0.36.0", features = ["bitflags"] }
27+
wit-bindgen-rt = { version = "0.37.0", features = ["bitflags"] }
2828

2929
# When built as part of libstd
3030
compiler_builtins = { version = "0.1", optional = true }

ci/regenerate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -ex
55
generate() {
66
file="$1"
77
shift
8-
wit-bindgen rust wit --out-dir src --std-feature "$@" --format \
8+
wit-bindgen rust wit --async none --out-dir src --std-feature "$@" --format \
99
--runtime-path wit_bindgen_rt
1010
}
1111

0 commit comments

Comments
 (0)