@@ -1671,6 +1671,7 @@ dependencies = [
1671
1671
" compiler_builtins" ,
1672
1672
" rustc-std-workspace-alloc" ,
1673
1673
" rustc-std-workspace-core" ,
1674
+ " serde" ,
1674
1675
]
1675
1676
1676
1677
[[package ]]
@@ -1880,6 +1881,12 @@ dependencies = [
1880
1881
" syn 2.0.67" ,
1881
1882
]
1882
1883
1884
+ [[package ]]
1885
+ name = " id-arena"
1886
+ version = " 2.2.1"
1887
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1888
+ checksum = " 25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
1889
+
1883
1890
[[package ]]
1884
1891
name = " ident_case"
1885
1892
version = " 1.0.1"
@@ -2109,6 +2116,12 @@ version = "1.0.5"
2109
2116
source = " registry+https://github.com/rust-lang/crates.io-index"
2110
2117
checksum = " db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760"
2111
2118
2119
+ [[package ]]
2120
+ name = " lexopt"
2121
+ version = " 0.3.0"
2122
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2123
+ checksum = " baff4b617f7df3d896f97fe922b64817f6cd9a756bb81d40f8883f2f66dcb401"
2124
+
2112
2125
[[package ]]
2113
2126
name = " libc"
2114
2127
version = " 0.2.155"
@@ -2623,7 +2636,7 @@ dependencies = [
2623
2636
" indexmap" ,
2624
2637
" memchr" ,
2625
2638
" ruzstd 0.5.0" ,
2626
- " wasmparser" ,
2639
+ " wasmparser 0.118.2 " ,
2627
2640
]
2628
2641
2629
2642
[[package ]]
@@ -3425,7 +3438,7 @@ dependencies = [
3425
3438
" object 0.34.0" ,
3426
3439
" regex" ,
3427
3440
" similar" ,
3428
- " wasmparser" ,
3441
+ " wasmparser 0.118.2 " ,
3429
3442
]
3430
3443
3431
3444
[[package ]]
@@ -3812,7 +3825,7 @@ dependencies = [
3812
3825
" thin-vec" ,
3813
3826
" thorin-dwp" ,
3814
3827
" tracing" ,
3815
- " wasm-encoder" ,
3828
+ " wasm-encoder 0.200.0 " ,
3816
3829
" windows" ,
3817
3830
]
3818
3831
@@ -5256,6 +5269,15 @@ dependencies = [
5256
5269
" color-eyre" ,
5257
5270
]
5258
5271
5272
+ [[package ]]
5273
+ name = " spdx"
5274
+ version = " 0.10.6"
5275
+ source = " registry+https://github.com/rust-lang/crates.io-index"
5276
+ checksum = " 47317bbaf63785b53861e1ae2d11b80d6b624211d42cb20efcd210ee6f8a14bc"
5277
+ dependencies = [
5278
+ " smallvec" ,
5279
+ ]
5280
+
5259
5281
[[package ]]
5260
5282
name = " spdx-expression"
5261
5283
version = " 0.5.2"
@@ -6304,6 +6326,28 @@ version = "0.2.92"
6304
6326
source = " registry+https://github.com/rust-lang/crates.io-index"
6305
6327
checksum = " af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
6306
6328
6329
+ [[package ]]
6330
+ name = " wasm-component-ld"
6331
+ version = " 0.5.4"
6332
+ source = " registry+https://github.com/rust-lang/crates.io-index"
6333
+ checksum = " 314d932d5e84c9678751b85498b1482b2f32f185744e449d3ce0b1d400376dad"
6334
+ dependencies = [
6335
+ " anyhow" ,
6336
+ " clap" ,
6337
+ " lexopt" ,
6338
+ " tempfile" ,
6339
+ " wasmparser 0.210.0" ,
6340
+ " wat" ,
6341
+ " wit-component" ,
6342
+ ]
6343
+
6344
+ [[package ]]
6345
+ name = " wasm-component-ld-wrapper"
6346
+ version = " 0.1.0"
6347
+ dependencies = [
6348
+ " wasm-component-ld" ,
6349
+ ]
6350
+
6307
6351
[[package ]]
6308
6352
name = " wasm-encoder"
6309
6353
version = " 0.200.0"
@@ -6313,6 +6357,40 @@ dependencies = [
6313
6357
" leb128" ,
6314
6358
]
6315
6359
6360
+ [[package ]]
6361
+ name = " wasm-encoder"
6362
+ version = " 0.210.0"
6363
+ source = " registry+https://github.com/rust-lang/crates.io-index"
6364
+ checksum = " e7e3764d9d6edabd8c9e16195e177be0d20f6ab942ad18af52860f12f82bc59a"
6365
+ dependencies = [
6366
+ " leb128" ,
6367
+ ]
6368
+
6369
+ [[package ]]
6370
+ name = " wasm-encoder"
6371
+ version = " 0.211.1"
6372
+ source = " registry+https://github.com/rust-lang/crates.io-index"
6373
+ checksum = " 5e7d931a1120ef357f32b74547646b6fa68ea25e377772b72874b131a9ed70d4"
6374
+ dependencies = [
6375
+ " leb128" ,
6376
+ ]
6377
+
6378
+ [[package ]]
6379
+ name = " wasm-metadata"
6380
+ version = " 0.210.0"
6381
+ source = " registry+https://github.com/rust-lang/crates.io-index"
6382
+ checksum = " 012729d1294907fcb0866f08460ab95426a6d0b176a599619b84cac7653452b4"
6383
+ dependencies = [
6384
+ " anyhow" ,
6385
+ " indexmap" ,
6386
+ " serde" ,
6387
+ " serde_derive" ,
6388
+ " serde_json" ,
6389
+ " spdx" ,
6390
+ " wasm-encoder 0.210.0" ,
6391
+ " wasmparser 0.210.0" ,
6392
+ ]
6393
+
6316
6394
[[package ]]
6317
6395
name = " wasmparser"
6318
6396
version = " 0.118.2"
@@ -6323,6 +6401,42 @@ dependencies = [
6323
6401
" semver" ,
6324
6402
]
6325
6403
6404
+ [[package ]]
6405
+ name = " wasmparser"
6406
+ version = " 0.210.0"
6407
+ source = " registry+https://github.com/rust-lang/crates.io-index"
6408
+ checksum = " a7bbcd21e7581619d9f6ca00f8c4f08f1cacfe58bf63f83af57cd0476f1026f5"
6409
+ dependencies = [
6410
+ " ahash" ,
6411
+ " bitflags 2.5.0" ,
6412
+ " hashbrown" ,
6413
+ " indexmap" ,
6414
+ " semver" ,
6415
+ " serde" ,
6416
+ ]
6417
+
6418
+ [[package ]]
6419
+ name = " wast"
6420
+ version = " 211.0.1"
6421
+ source = " registry+https://github.com/rust-lang/crates.io-index"
6422
+ checksum = " b25506dd82d00da6b14a87436b3d52b1d264083fa79cdb72a0d1b04a8595ccaa"
6423
+ dependencies = [
6424
+ " bumpalo" ,
6425
+ " leb128" ,
6426
+ " memchr" ,
6427
+ " unicode-width" ,
6428
+ " wasm-encoder 0.211.1" ,
6429
+ ]
6430
+
6431
+ [[package ]]
6432
+ name = " wat"
6433
+ version = " 1.211.1"
6434
+ source = " registry+https://github.com/rust-lang/crates.io-index"
6435
+ checksum = " eb716ca6c86eecac2d82541ffc39860118fc0af9309c4f2670637bea2e1bdd7d"
6436
+ dependencies = [
6437
+ " wast" ,
6438
+ ]
6439
+
6326
6440
[[package ]]
6327
6441
name = " winapi"
6328
6442
version = " 0.3.9"
@@ -6550,6 +6664,43 @@ dependencies = [
6550
6664
" memchr" ,
6551
6665
]
6552
6666
6667
+ [[package ]]
6668
+ name = " wit-component"
6669
+ version = " 0.210.0"
6670
+ source = " registry+https://github.com/rust-lang/crates.io-index"
6671
+ checksum = " a450bdb5d032acf1fa0865451fa0c6f50e62f2d31eaa8dba967c2e2d068694a4"
6672
+ dependencies = [
6673
+ " anyhow" ,
6674
+ " bitflags 2.5.0" ,
6675
+ " indexmap" ,
6676
+ " log" ,
6677
+ " serde" ,
6678
+ " serde_derive" ,
6679
+ " serde_json" ,
6680
+ " wasm-encoder 0.210.0" ,
6681
+ " wasm-metadata" ,
6682
+ " wasmparser 0.210.0" ,
6683
+ " wit-parser" ,
6684
+ ]
6685
+
6686
+ [[package ]]
6687
+ name = " wit-parser"
6688
+ version = " 0.210.0"
6689
+ source = " registry+https://github.com/rust-lang/crates.io-index"
6690
+ checksum = " 60a965cbd439af19a4b44a54a97ab8957d86f02d01320efc9e31c1d3605c6710"
6691
+ dependencies = [
6692
+ " anyhow" ,
6693
+ " id-arena" ,
6694
+ " indexmap" ,
6695
+ " log" ,
6696
+ " semver" ,
6697
+ " serde" ,
6698
+ " serde_derive" ,
6699
+ " serde_json" ,
6700
+ " unicode-xid" ,
6701
+ " wasmparser 0.210.0" ,
6702
+ ]
6703
+
6553
6704
[[package ]]
6554
6705
name = " writeable"
6555
6706
version = " 0.5.5"
0 commit comments