@@ -14,6 +14,12 @@ version = "1.3.2"
1414source = " registry+https://github.com/rust-lang/crates.io-index"
1515checksum = " bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1616
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+
1723[[package ]]
1824name = " bytes"
1925version = " 1.3.0"
@@ -44,8 +50,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4450checksum = " c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
4551dependencies = [
4652 " cfg-if" ,
53+ " js-sys" ,
4754 " libc" ,
4855 " wasi 0.11.0+wasi-snapshot-preview1" ,
56+ " wasm-bindgen" ,
4957]
5058
5159[[package ]]
@@ -57,6 +65,15 @@ dependencies = [
5765 " libc" ,
5866]
5967
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+
6077[[package ]]
6178name = " libc"
6279version = " 0.2.139"
@@ -123,6 +140,12 @@ dependencies = [
123140 " libc" ,
124141]
125142
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+
126149[[package ]]
127150name = " page_size"
128151version = " 0.5.0"
@@ -316,6 +339,60 @@ version = "0.11.0+wasi-snapshot-preview1"
316339source = " registry+https://github.com/rust-lang/crates.io-index"
317340checksum = " 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
318341
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+
319396[[package ]]
320397name = " winapi"
321398version = " 0.3.9"
0 commit comments