File tree Expand file tree Collapse file tree 7 files changed +18
-7
lines changed Expand file tree Collapse file tree 7 files changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ description = """
10
10
Internal externref transformations for wasm-bindgen
11
11
"""
12
12
edition = ' 2018'
13
- rust-version = " 1.57 "
13
+ rust-version = " 1.76 "
14
14
15
15
[dependencies ]
16
16
anyhow = " 1.0"
Original file line number Diff line number Diff line change @@ -6,3 +6,9 @@ publish = false
6
6
7
7
[dependencies ]
8
8
wasm-bindgen-cli = { path = " ../../cli" }
9
+ wasm-bindgen-cli-support = { path = " ../../cli-support" }
10
+ wasm-bindgen-wasm-interpreter = { path = " ../../wasm-interpreter" }
11
+ wasm-bindgen-threads-xform = { path = " ../../threads-xform" }
12
+ wasm-bindgen-multi-value-xform = { path = " ../../multi-value-xform" }
13
+ wasm-bindgen-externref-xform = { path = " ../../externref-xform" }
14
+ wasm-bindgen-wasm-conventions = { path = " ../../wasm-conventions" }
Original file line number Diff line number Diff line change @@ -5,11 +5,16 @@ edition = "2018"
5
5
publish = false
6
6
7
7
[dependencies ]
8
- js-sys = { path = " ../../js-sys" }
9
8
wasm-bindgen = { path = " ../../../" }
9
+ js-sys = { path = " ../../js-sys" }
10
+ web-sys = { path = " ../../web-sys" }
10
11
wasm-bindgen-futures = { path = " ../../futures" }
11
12
wasm-bindgen-test = { path = " ../../test" }
12
- web-sys = { path = " ../../web-sys" }
13
+ wasm-bindgen-macro = { path = " ../../macro" }
14
+ wasm-bindgen-test-macro = { path = " ../../test-macro" }
15
+ wasm-bindgen-macro-support = { path = " ../../macro-support" }
16
+ wasm-bindgen-backend = { path = " ../../backend" }
17
+ wasm-bindgen-shared = { path = " ../../shared" }
13
18
14
19
bumpalo = " =3.12.0"
15
20
log = " =0.4.18"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ description = """
10
10
Internal multi-value transformations for wasm-bindgen
11
11
"""
12
12
edition = " 2018"
13
- rust-version = " 1.57 "
13
+ rust-version = " 1.76 "
14
14
15
15
[dependencies ]
16
16
anyhow = " 1.0"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ description = """
10
10
Support for threading-related transformations in wasm-bindgen
11
11
"""
12
12
edition = " 2018"
13
- rust-version = " 1.57 "
13
+ rust-version = " 1.76 "
14
14
15
15
[dependencies ]
16
16
anyhow = " 1.0"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ homepage = "https://rustwasm.github.io/wasm-bindgen/"
8
8
documentation = " https://docs.rs/wasm-bindgen-wasm-conventions"
9
9
description = " Utilities for working with Wasm codegen conventions (usually established by LLVM/lld)"
10
10
edition = " 2018"
11
- rust-version = " 1.57 "
11
+ rust-version = " 1.76 "
12
12
13
13
[dependencies ]
14
14
leb128 = " 0.2"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ description = """
10
10
Micro-interpreter optimized for wasm-bindgen's use case
11
11
"""
12
12
edition = ' 2018'
13
- rust-version = " 1.57 "
13
+ rust-version = " 1.76 "
14
14
15
15
[dependencies ]
16
16
anyhow = " 1.0"
You can’t perform that action at this time.
0 commit comments