@@ -14,6 +14,12 @@ version = "1.3.2"
14
14
source = " registry+https://github.com/rust-lang/crates.io-index"
15
15
checksum = " bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
16
16
17
+ [[package ]]
18
+ name = " bumpalo"
19
+ version = " 3.11.1"
20
+ source = " registry+https://github.com/rust-lang/crates.io-index"
21
+ checksum = " 572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
22
+
17
23
[[package ]]
18
24
name = " bytes"
19
25
version = " 1.3.0"
@@ -44,8 +50,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
44
50
checksum = " c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
45
51
dependencies = [
46
52
" cfg-if" ,
53
+ " js-sys" ,
47
54
" libc" ,
48
55
" wasi 0.11.0+wasi-snapshot-preview1" ,
56
+ " wasm-bindgen" ,
49
57
]
50
58
51
59
[[package ]]
@@ -57,6 +65,15 @@ dependencies = [
57
65
" libc" ,
58
66
]
59
67
68
+ [[package ]]
69
+ name = " js-sys"
70
+ version = " 0.3.60"
71
+ source = " registry+https://github.com/rust-lang/crates.io-index"
72
+ checksum = " 49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
73
+ dependencies = [
74
+ " wasm-bindgen" ,
75
+ ]
76
+
60
77
[[package ]]
61
78
name = " libc"
62
79
version = " 0.2.139"
@@ -123,6 +140,12 @@ dependencies = [
123
140
" libc" ,
124
141
]
125
142
143
+ [[package ]]
144
+ name = " once_cell"
145
+ version = " 1.17.0"
146
+ source = " registry+https://github.com/rust-lang/crates.io-index"
147
+ checksum = " 6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
148
+
126
149
[[package ]]
127
150
name = " page_size"
128
151
version = " 0.5.0"
@@ -316,6 +339,60 @@ version = "0.11.0+wasi-snapshot-preview1"
316
339
source = " registry+https://github.com/rust-lang/crates.io-index"
317
340
checksum = " 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
318
341
342
+ [[package ]]
343
+ name = " wasm-bindgen"
344
+ version = " 0.2.83"
345
+ source = " registry+https://github.com/rust-lang/crates.io-index"
346
+ checksum = " eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
347
+ dependencies = [
348
+ " cfg-if" ,
349
+ " wasm-bindgen-macro" ,
350
+ ]
351
+
352
+ [[package ]]
353
+ name = " wasm-bindgen-backend"
354
+ version = " 0.2.83"
355
+ source = " registry+https://github.com/rust-lang/crates.io-index"
356
+ checksum = " 4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
357
+ dependencies = [
358
+ " bumpalo" ,
359
+ " log" ,
360
+ " once_cell" ,
361
+ " proc-macro2" ,
362
+ " quote" ,
363
+ " syn" ,
364
+ " wasm-bindgen-shared" ,
365
+ ]
366
+
367
+ [[package ]]
368
+ name = " wasm-bindgen-macro"
369
+ version = " 0.2.83"
370
+ source = " registry+https://github.com/rust-lang/crates.io-index"
371
+ checksum = " 052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
372
+ dependencies = [
373
+ " quote" ,
374
+ " wasm-bindgen-macro-support" ,
375
+ ]
376
+
377
+ [[package ]]
378
+ name = " wasm-bindgen-macro-support"
379
+ version = " 0.2.83"
380
+ source = " registry+https://github.com/rust-lang/crates.io-index"
381
+ checksum = " 07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
382
+ dependencies = [
383
+ " proc-macro2" ,
384
+ " quote" ,
385
+ " syn" ,
386
+ " wasm-bindgen-backend" ,
387
+ " wasm-bindgen-shared" ,
388
+ ]
389
+
390
+ [[package ]]
391
+ name = " wasm-bindgen-shared"
392
+ version = " 0.2.83"
393
+ source = " registry+https://github.com/rust-lang/crates.io-index"
394
+ checksum = " 1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
395
+
319
396
[[package ]]
320
397
name = " winapi"
321
398
version = " 0.3.9"
0 commit comments