Skip to content

Commit ef3b2dc

Browse files
authored
Update wasm-tools dependencies (#810)
* Update wasm-tools dependencies * Try to fix test
1 parent 1abbfe7 commit ef3b2dc

File tree

3 files changed

+56
-36
lines changed

3 files changed

+56
-36
lines changed

Cargo.lock

Lines changed: 51 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ clap = { version = "4.3.19", features = ["derive"] }
2828
env_logger = "0.10.0"
2929
indexmap = "2.0.0"
3030

31-
wasm-encoder = "0.38.1"
32-
wasm-metadata = "0.10.14"
33-
wit-parser = "0.13.0"
34-
wit-component = "0.19.0"
31+
wasm-encoder = "0.39.0"
32+
wasm-metadata = "0.10.15"
33+
wit-parser = "0.13.1"
34+
wit-component = "0.19.1"
3535

3636
wit-bindgen-core = { path = 'crates/core', version = '0.16.0' }
3737
wit-bindgen-c = { path = 'crates/c', version = '0.16.0' }

tests/runtime/records/world.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ interface test {
3939
}
4040

4141
roundtrip-flags3: func(a: flag8, b: flag16, c: flag32, d: flag64) ->
42-
(f8: flag8, f16: flag16, f32: flag32, f64: flag64);
42+
(f8: flag8, f16: flag16, %f32: flag32, %f64: flag64);
4343

4444
record r1 { a: u8, b: f1 }
4545
roundtrip-record1: func(a: r1) -> r1;

0 commit comments

Comments
 (0)