File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,3 @@ version = "0.0.0"
6
6
7
7
[dependencies ]
8
8
wasm-bindgen-cli = { path = " ../../cli" }
9
- wasm-bindgen-cli-support = { path = " ../../cli-support" }
10
- wasm-bindgen-externref-xform = { path = " ../../externref-xform" }
11
- wasm-bindgen-multi-value-xform = { path = " ../../multi-value-xform" }
12
- wasm-bindgen-threads-xform = { path = " ../../threads-xform" }
13
- wasm-bindgen-wasm-conventions = { path = " ../../wasm-conventions" }
14
- wasm-bindgen-wasm-interpreter = { path = " ../../wasm-interpreter" }
Original file line number Diff line number Diff line change @@ -7,9 +7,6 @@ version = "0.0.0"
7
7
[features ]
8
8
default = [" std" ]
9
9
std = [
10
- " wasm-bindgen-backend/std" ,
11
- " wasm-bindgen-macro-support/std" ,
12
- " wasm-bindgen-macro/std" ,
13
10
" wasm-bindgen/std" ,
14
11
" js-sys/std" ,
15
12
" wasm-bindgen-futures/std" ,
@@ -20,13 +17,8 @@ std = [
20
17
[dependencies ]
21
18
js-sys = { path = " ../../js-sys" , default-features = false }
22
19
wasm-bindgen = { path = " ../../../" , default-features = false }
23
- wasm-bindgen-backend = { path = " ../../backend" , default-features = false }
24
20
wasm-bindgen-futures = { path = " ../../futures" , default-features = false }
25
- wasm-bindgen-macro = { path = " ../../macro" , default-features = false }
26
- wasm-bindgen-macro-support = { path = " ../../macro-support" , default-features = false }
27
- wasm-bindgen-shared = { path = " ../../shared" }
28
21
wasm-bindgen-test = { path = " ../../test" , default-features = false }
29
- wasm-bindgen-test-macro = { path = " ../../test-macro" }
30
22
web-sys = { path = " ../../web-sys" , default-features = false }
31
23
32
24
# Pinned sub-dependencies for MSRV
You can’t perform that action at this time.
0 commit comments