kobako 0.12.2 → 0.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Cargo.lock CHANGED
@@ -43,9 +43,9 @@ dependencies = [
43
43
 
44
44
  [[package]]
45
45
  name = "anyhow"
46
- version = "1.0.102"
46
+ version = "1.0.103"
47
47
  source = "registry+https://github.com/rust-lang/crates.io-index"
48
- checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
48
+ checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3"
49
49
 
50
50
  [[package]]
51
51
  name = "arbitrary"
@@ -286,27 +286,27 @@ dependencies = [
286
286
 
287
287
  [[package]]
288
288
  name = "cranelift-assembler-x64"
289
- version = "0.132.2"
289
+ version = "0.133.1"
290
290
  source = "registry+https://github.com/rust-lang/crates.io-index"
291
- checksum = "0bc293b86236abcc45f2f72e2d18e2bd636f2a08b75eb286bae31e71e1430c91"
291
+ checksum = "e06aeba2c965fc446d13c56a6ccb2631b78445d7544543dd9a25289977630914"
292
292
  dependencies = [
293
293
  "cranelift-assembler-x64-meta",
294
294
  ]
295
295
 
296
296
  [[package]]
297
297
  name = "cranelift-assembler-x64-meta"
298
- version = "0.132.2"
298
+ version = "0.133.1"
299
299
  source = "registry+https://github.com/rust-lang/crates.io-index"
300
- checksum = "b954c826eddaf1b001402cb8aecf1764c6f6d637ba69fb9e3311f1ebac965be6"
300
+ checksum = "ee2d2dde4ec1352715595b5cfa6fe2e5b8ebb9da3457b3ee8db0aa2808c069aa"
301
301
  dependencies = [
302
302
  "cranelift-srcgen",
303
303
  ]
304
304
 
305
305
  [[package]]
306
306
  name = "cranelift-bforest"
307
- version = "0.132.2"
307
+ version = "0.133.1"
308
308
  source = "registry+https://github.com/rust-lang/crates.io-index"
309
- checksum = "4053fa2575ef4a5c35d2708533df2200400ae979226cea9cc92a578b811bd4e7"
309
+ checksum = "03b4982ef9fa54ec9eee841e891e7ddc5434be1250e88de31572e000c888f30b"
310
310
  dependencies = [
311
311
  "cranelift-entity",
312
312
  "wasmtime-internal-core",
@@ -314,9 +314,9 @@ dependencies = [
314
314
 
315
315
  [[package]]
316
316
  name = "cranelift-bitset"
317
- version = "0.132.2"
317
+ version = "0.133.1"
318
318
  source = "registry+https://github.com/rust-lang/crates.io-index"
319
- checksum = "d216663191014aa63e1d2cffd058e609eaf207646d40b739d88250f65b2c4f69"
319
+ checksum = "529143118c4eeb58c39ecb02319557d512be6c61348486422974ab8e3906b8a8"
320
320
  dependencies = [
321
321
  "serde",
322
322
  "serde_derive",
@@ -325,9 +325,9 @@ dependencies = [
325
325
 
326
326
  [[package]]
327
327
  name = "cranelift-codegen"
328
- version = "0.132.2"
328
+ version = "0.133.1"
329
329
  source = "registry+https://github.com/rust-lang/crates.io-index"
330
- checksum = "9a5e7e7aad6a425a51da1ad7ab9e5d280ea97eb7c7c4545fafb567915a75aadb"
330
+ checksum = "b7780677247ad3577e3a6a3ebf43f39b325a11d6393db72b2c9968a910d4d13d"
331
331
  dependencies = [
332
332
  "bumpalo",
333
333
  "cranelift-assembler-x64",
@@ -342,10 +342,13 @@ dependencies = [
342
342
  "hashbrown 0.17.0",
343
343
  "libm",
344
344
  "log",
345
+ "postcard",
345
346
  "pulley-interpreter",
346
347
  "regalloc2",
347
348
  "rustc-hash",
348
349
  "serde",
350
+ "serde_derive",
351
+ "sha2 0.10.9",
349
352
  "smallvec",
350
353
  "target-lexicon",
351
354
  "wasmtime-internal-core",
@@ -353,9 +356,9 @@ dependencies = [
353
356
 
354
357
  [[package]]
355
358
  name = "cranelift-codegen-meta"
356
- version = "0.132.2"
359
+ version = "0.133.1"
357
360
  source = "registry+https://github.com/rust-lang/crates.io-index"
358
- checksum = "c421d80a9a85f806cb02a2983b5b5368a335c319795b1f1b4b771a24479af5b0"
361
+ checksum = "ac9645250416cbf92454fe61160e17e026e0ce405906a54500b114f923ddffc9"
359
362
  dependencies = [
360
363
  "cranelift-assembler-x64-meta",
361
364
  "cranelift-codegen-shared",
@@ -366,24 +369,24 @@ dependencies = [
366
369
 
367
370
  [[package]]
368
371
  name = "cranelift-codegen-shared"
369
- version = "0.132.2"
372
+ version = "0.133.1"
370
373
  source = "registry+https://github.com/rust-lang/crates.io-index"
371
- checksum = "78fdb83ab012d0ee6a44ced7ca8788a444f17cf821c62f95d6ef87c9f0262518"
374
+ checksum = "20ee8d222ff0fd3681791979afbf88586ac9f49010d3db96b3cbe4c96759aee3"
372
375
 
373
376
  [[package]]
374
377
  name = "cranelift-control"
375
- version = "0.132.2"
378
+ version = "0.133.1"
376
379
  source = "registry+https://github.com/rust-lang/crates.io-index"
377
- checksum = "1b75adc6eb7bb4ac6365106afb6cac4f12fe1ddfa02ddc9fd7015ca1469b471b"
380
+ checksum = "591abe6f5312bd2c4220f1b3bead56c2ad00257c52668015ba013b85dcf2a17a"
378
381
  dependencies = [
379
382
  "arbitrary",
380
383
  ]
381
384
 
382
385
  [[package]]
383
386
  name = "cranelift-entity"
384
- version = "0.132.2"
387
+ version = "0.133.1"
385
388
  source = "registry+https://github.com/rust-lang/crates.io-index"
386
- checksum = "668e56db75a54816cbdd7c7b7bfc558b08bf7b2cda9d0846491517e92f3b393b"
389
+ checksum = "a5300c49cf940526fe771517b3b3eabd5d0ff164ee61698579cf403fe8d3af3c"
387
390
  dependencies = [
388
391
  "cranelift-bitset",
389
392
  "serde",
@@ -393,11 +396,12 @@ dependencies = [
393
396
 
394
397
  [[package]]
395
398
  name = "cranelift-frontend"
396
- version = "0.132.2"
399
+ version = "0.133.1"
397
400
  source = "registry+https://github.com/rust-lang/crates.io-index"
398
- checksum = "c63892dc1cc3ae48680183fa66997f60ffe7f1e200c8d390f8ee66edff4aef5a"
401
+ checksum = "da4adbf760207fdbbe130f1191cce01cdef66831a9f648b1f39ff2800d126d45"
399
402
  dependencies = [
400
403
  "cranelift-codegen",
404
+ "hashbrown 0.17.0",
401
405
  "log",
402
406
  "smallvec",
403
407
  "target-lexicon",
@@ -405,15 +409,15 @@ dependencies = [
405
409
 
406
410
  [[package]]
407
411
  name = "cranelift-isle"
408
- version = "0.132.2"
412
+ version = "0.133.1"
409
413
  source = "registry+https://github.com/rust-lang/crates.io-index"
410
- checksum = "94eaf429c32a12715429c7c6ddfdd43c170f4cdd7e97bfa507bd68a652091087"
414
+ checksum = "8315b21ff018226a42a60a4702c2dd75f6447cac26e9bca622e14c22088c2ff5"
411
415
 
412
416
  [[package]]
413
417
  name = "cranelift-native"
414
- version = "0.132.2"
418
+ version = "0.133.1"
415
419
  source = "registry+https://github.com/rust-lang/crates.io-index"
416
- checksum = "cd77674904ae9be11c1e1efdba54788b59f3d6658d747b97534bfbba2909aacc"
420
+ checksum = "d506ef23a60715bde451b06620b14402166ded3b648454fccbf04f3e46a4aa70"
417
421
  dependencies = [
418
422
  "cranelift-codegen",
419
423
  "libc",
@@ -422,9 +426,9 @@ dependencies = [
422
426
 
423
427
  [[package]]
424
428
  name = "cranelift-srcgen"
425
- version = "0.132.2"
429
+ version = "0.133.1"
426
430
  source = "registry+https://github.com/rust-lang/crates.io-index"
427
- checksum = "cba7c0ff5941842c36653da155580ce41e675c204a67ac1b4e1c478a9347bbb7"
431
+ checksum = "48ed47e602652e3410f9387fc0db70fefadcee4d78a78881421aabcab4e26b89"
428
432
 
429
433
  [[package]]
430
434
  name = "crc32fast"
@@ -627,9 +631,12 @@ version = "0.3.32"
627
631
  source = "registry+https://github.com/rust-lang/crates.io-index"
628
632
  checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
629
633
  dependencies = [
634
+ "futures-channel",
630
635
  "futures-core",
636
+ "futures-io",
631
637
  "futures-sink",
632
638
  "futures-task",
639
+ "memchr",
633
640
  "pin-project-lite",
634
641
  "slab",
635
642
  ]
@@ -922,7 +929,7 @@ dependencies = [
922
929
 
923
930
  [[package]]
924
931
  name = "kobako"
925
- version = "0.12.2"
932
+ version = "0.13.0"
926
933
  dependencies = [
927
934
  "kobako-runtime",
928
935
  "kobako-wasmtime",
@@ -931,11 +938,11 @@ dependencies = [
931
938
 
932
939
  [[package]]
933
940
  name = "kobako-runtime"
934
- version = "0.6.1"
941
+ version = "0.7.0"
935
942
 
936
943
  [[package]]
937
944
  name = "kobako-wasmtime"
938
- version = "0.6.1"
945
+ version = "0.7.0"
939
946
  dependencies = [
940
947
  "kobako-runtime",
941
948
  "libc",
@@ -1004,12 +1011,9 @@ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1004
1011
 
1005
1012
  [[package]]
1006
1013
  name = "mach2"
1007
- version = "0.4.3"
1014
+ version = "0.6.0"
1008
1015
  source = "registry+https://github.com/rust-lang/crates.io-index"
1009
- checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
1010
- dependencies = [
1011
- "libc",
1012
- ]
1016
+ checksum = "dae608c151f68243f2b000364e1f7b186d9c29845f7d2d85bd31b9ad77ad552b"
1013
1017
 
1014
1018
  [[package]]
1015
1019
  name = "magnus"
@@ -1154,9 +1158,9 @@ dependencies = [
1154
1158
 
1155
1159
  [[package]]
1156
1160
  name = "pulley-interpreter"
1157
- version = "45.0.2"
1161
+ version = "46.0.1"
1158
1162
  source = "registry+https://github.com/rust-lang/crates.io-index"
1159
- checksum = "2d9880c1985ccccaed3646b0ef793dc39a4b117403ed4afc6fa3ef6027c5200f"
1163
+ checksum = "38b92604caae1a1899b6a5b54967289dd538177c626004c91accf9d0ec7e4a12"
1160
1164
  dependencies = [
1161
1165
  "cranelift-bitset",
1162
1166
  "log",
@@ -1166,9 +1170,9 @@ dependencies = [
1166
1170
 
1167
1171
  [[package]]
1168
1172
  name = "pulley-macros"
1169
- version = "45.0.2"
1173
+ version = "46.0.1"
1170
1174
  source = "registry+https://github.com/rust-lang/crates.io-index"
1171
- checksum = "ee249346855ad102580e474da5463f86f8a7d449e6d49e00fefb304e448e2983"
1175
+ checksum = "5a7ac85c0bb3fb351f10d531230aaa5e366b46d7c4e5328e5f02801d6dac1165"
1172
1176
  dependencies = [
1173
1177
  "proc-macro2",
1174
1178
  "quote",
@@ -1248,6 +1252,7 @@ dependencies = [
1248
1252
  "hashbrown 0.17.0",
1249
1253
  "log",
1250
1254
  "rustc-hash",
1255
+ "serde",
1251
1256
  "smallvec",
1252
1257
  ]
1253
1258
 
@@ -1369,9 +1374,9 @@ dependencies = [
1369
1374
 
1370
1375
  [[package]]
1371
1376
  name = "serde_json"
1372
- version = "1.0.149"
1377
+ version = "1.0.150"
1373
1378
  source = "registry+https://github.com/rust-lang/crates.io-index"
1374
- checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
1379
+ checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
1375
1380
  dependencies = [
1376
1381
  "itoa",
1377
1382
  "memchr",
@@ -1706,12 +1711,22 @@ dependencies = [
1706
1711
 
1707
1712
  [[package]]
1708
1713
  name = "wasm-encoder"
1709
- version = "0.248.0"
1714
+ version = "0.251.0"
1710
1715
  source = "registry+https://github.com/rust-lang/crates.io-index"
1711
- checksum = "ac92cf547bc18d27ecc521015c08c353b4f18b84ab388bb6d1b6b682c620d9b6"
1716
+ checksum = "5a879a421bd17c528b74721b2abf4c62e8f1d1889c2ba8c3c50d02deaf2ce395"
1712
1717
  dependencies = [
1713
1718
  "leb128fmt",
1714
- "wasmparser 0.248.0",
1719
+ "wasmparser 0.251.0",
1720
+ ]
1721
+
1722
+ [[package]]
1723
+ name = "wasm-encoder"
1724
+ version = "0.252.0"
1725
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1726
+ checksum = "8185ae345fa5687c054626ff9a50e7089797a343d9904d1dc9820eb4c4d3196f"
1727
+ dependencies = [
1728
+ "leb128fmt",
1729
+ "wasmparser 0.252.0",
1715
1730
  ]
1716
1731
 
1717
1732
  [[package]]
@@ -1740,9 +1755,9 @@ dependencies = [
1740
1755
 
1741
1756
  [[package]]
1742
1757
  name = "wasmparser"
1743
- version = "0.248.0"
1758
+ version = "0.251.0"
1744
1759
  source = "registry+https://github.com/rust-lang/crates.io-index"
1745
- checksum = "aa4439c5eee9df71ee0c6efb37f63b1fcb1fec38f85f5142c54e7ed05d33091a"
1760
+ checksum = "437970b35b1a85cfde9c74b2398352d8d653f3bd8e3a3db0c063ea8f5b4b36ff"
1746
1761
  dependencies = [
1747
1762
  "bitflags",
1748
1763
  "hashbrown 0.17.0",
@@ -1751,22 +1766,33 @@ dependencies = [
1751
1766
  "serde",
1752
1767
  ]
1753
1768
 
1769
+ [[package]]
1770
+ name = "wasmparser"
1771
+ version = "0.252.0"
1772
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1773
+ checksum = "d3eb099dcadcde5be9eef55e3a337128efd4e44b4c93122487e4d2e4e1c6627c"
1774
+ dependencies = [
1775
+ "bitflags",
1776
+ "indexmap",
1777
+ "semver",
1778
+ ]
1779
+
1754
1780
  [[package]]
1755
1781
  name = "wasmprinter"
1756
- version = "0.248.0"
1782
+ version = "0.251.0"
1757
1783
  source = "registry+https://github.com/rust-lang/crates.io-index"
1758
- checksum = "30b264a5410b008d4d199a92bf536eae703cbd614482fc1ec53831cf19e1c183"
1784
+ checksum = "8798c1a699bd25648b6708eefe94d97c6f9891febb94b42cca1f7a4b086ea64e"
1759
1785
  dependencies = [
1760
1786
  "anyhow",
1761
1787
  "termcolor",
1762
- "wasmparser 0.248.0",
1788
+ "wasmparser 0.251.0",
1763
1789
  ]
1764
1790
 
1765
1791
  [[package]]
1766
1792
  name = "wasmtime"
1767
- version = "45.0.2"
1793
+ version = "46.0.1"
1768
1794
  source = "registry+https://github.com/rust-lang/crates.io-index"
1769
- checksum = "5c7ce9aa2c67f75fadcfdc6aa9097d03e7c39485dfe316f2ed6a7c0fd186c527"
1795
+ checksum = "c4213d2f019a5e44aa8a61d8826dd33a505bff79f749b14a8bafd67321cb9351"
1770
1796
  dependencies = [
1771
1797
  "addr2line",
1772
1798
  "async-trait",
@@ -1775,6 +1801,7 @@ dependencies = [
1775
1801
  "cc",
1776
1802
  "cfg-if",
1777
1803
  "encoding_rs",
1804
+ "futures",
1778
1805
  "gimli",
1779
1806
  "libc",
1780
1807
  "log",
@@ -1790,7 +1817,7 @@ dependencies = [
1790
1817
  "serde_derive",
1791
1818
  "smallvec",
1792
1819
  "target-lexicon",
1793
- "wasmparser 0.248.0",
1820
+ "wasmparser 0.251.0",
1794
1821
  "wasmtime-environ",
1795
1822
  "wasmtime-internal-component-macro",
1796
1823
  "wasmtime-internal-component-util",
@@ -1801,16 +1828,15 @@ dependencies = [
1801
1828
  "wasmtime-internal-jit-icache-coherence",
1802
1829
  "wasmtime-internal-unwinder",
1803
1830
  "wasmtime-internal-versioned-export-macros",
1804
- "wasmtime-internal-winch",
1805
1831
  "wat",
1806
1832
  "windows-sys 0.61.2",
1807
1833
  ]
1808
1834
 
1809
1835
  [[package]]
1810
1836
  name = "wasmtime-environ"
1811
- version = "45.0.2"
1837
+ version = "46.0.1"
1812
1838
  source = "registry+https://github.com/rust-lang/crates.io-index"
1813
- checksum = "c8fb157bd1fbf689ac89d570433a700db6f33bdfcb5ffc30e3f1c49e4c70de71"
1839
+ checksum = "d45863de41977ec6453e859cf843d456fa3fcb45a659b66d16e794f90ec4f5b7"
1814
1840
  dependencies = [
1815
1841
  "anyhow",
1816
1842
  "cpp_demangle",
@@ -1830,8 +1856,8 @@ dependencies = [
1830
1856
  "sha2 0.10.9",
1831
1857
  "smallvec",
1832
1858
  "target-lexicon",
1833
- "wasm-encoder 0.248.0",
1834
- "wasmparser 0.248.0",
1859
+ "wasm-encoder 0.251.0",
1860
+ "wasmparser 0.251.0",
1835
1861
  "wasmprinter",
1836
1862
  "wasmtime-internal-component-util",
1837
1863
  "wasmtime-internal-core",
@@ -1839,9 +1865,9 @@ dependencies = [
1839
1865
 
1840
1866
  [[package]]
1841
1867
  name = "wasmtime-internal-component-macro"
1842
- version = "45.0.2"
1868
+ version = "46.0.1"
1843
1869
  source = "registry+https://github.com/rust-lang/crates.io-index"
1844
- checksum = "b96c17f35fae2ab574667aba0c58fd56349a6f788ac42541a2e543116d5cfb91"
1870
+ checksum = "f1e48f8d4966d62a10b6d70722bc432c1e163890be2801d3b5784589ad36ffc3"
1845
1871
  dependencies = [
1846
1872
  "anyhow",
1847
1873
  "proc-macro2",
@@ -1849,20 +1875,20 @@ dependencies = [
1849
1875
  "syn",
1850
1876
  "wasmtime-internal-component-util",
1851
1877
  "wasmtime-internal-wit-bindgen",
1852
- "wit-parser 0.248.0",
1878
+ "wit-parser 0.251.0",
1853
1879
  ]
1854
1880
 
1855
1881
  [[package]]
1856
1882
  name = "wasmtime-internal-component-util"
1857
- version = "45.0.2"
1883
+ version = "46.0.1"
1858
1884
  source = "registry+https://github.com/rust-lang/crates.io-index"
1859
- checksum = "9d2eeb9b53222859e6f5dc73d2ccfb33254d672469cac11b693a71912e2f3817"
1885
+ checksum = "819ad5abd5822a22dbf4014475cdfd1fe790707761cd732d74aaa3ba4d5ba489"
1860
1886
 
1861
1887
  [[package]]
1862
1888
  name = "wasmtime-internal-core"
1863
- version = "45.0.2"
1889
+ version = "46.0.1"
1864
1890
  source = "registry+https://github.com/rust-lang/crates.io-index"
1865
- checksum = "4a1deaf6bc3430abd7497b00c64f06ca2b97ca0fe41af87836446ca30949965c"
1891
+ checksum = "3fc28372e36eaf8cf70faa83b5779137f7e99c8d18569a125d1580e735cc9e4d"
1866
1892
  dependencies = [
1867
1893
  "hashbrown 0.17.0",
1868
1894
  "libm",
@@ -1871,9 +1897,9 @@ dependencies = [
1871
1897
 
1872
1898
  [[package]]
1873
1899
  name = "wasmtime-internal-cranelift"
1874
- version = "45.0.2"
1900
+ version = "46.0.1"
1875
1901
  source = "registry+https://github.com/rust-lang/crates.io-index"
1876
- checksum = "b845f83b5b04b11bc48329b53eb4fa8cf9f28a43c71ed8e1203f68ffa9806d1b"
1902
+ checksum = "a433efc6e35112a5457e1dc8bc4d8d39820ac7722267e89bc04e5df641f32124"
1877
1903
  dependencies = [
1878
1904
  "cfg-if",
1879
1905
  "cranelift-codegen",
@@ -1889,7 +1915,7 @@ dependencies = [
1889
1915
  "smallvec",
1890
1916
  "target-lexicon",
1891
1917
  "thiserror 2.0.18",
1892
- "wasmparser 0.248.0",
1918
+ "wasmparser 0.251.0",
1893
1919
  "wasmtime-environ",
1894
1920
  "wasmtime-internal-core",
1895
1921
  "wasmtime-internal-unwinder",
@@ -1898,9 +1924,9 @@ dependencies = [
1898
1924
 
1899
1925
  [[package]]
1900
1926
  name = "wasmtime-internal-fiber"
1901
- version = "45.0.2"
1927
+ version = "46.0.1"
1902
1928
  source = "registry+https://github.com/rust-lang/crates.io-index"
1903
- checksum = "e10c8466f72965ae85c250f90aaa7992c089a2f8502009bd0d2c9e7d6409174a"
1929
+ checksum = "18a1d3a39d0d210f6b8574ee96a4315e0a14c67f3a1fc3cd5372cb10d2fb4422"
1904
1930
  dependencies = [
1905
1931
  "cc",
1906
1932
  "cfg-if",
@@ -1913,9 +1939,9 @@ dependencies = [
1913
1939
 
1914
1940
  [[package]]
1915
1941
  name = "wasmtime-internal-jit-debug"
1916
- version = "45.0.2"
1942
+ version = "46.0.1"
1917
1943
  source = "registry+https://github.com/rust-lang/crates.io-index"
1918
- checksum = "1d3adfecf5621b14d8f8871f4cb4ed9f844197b1ddefc702ef4c859552cd9551"
1944
+ checksum = "9f667288cb4dfa68a4639ffac4d5628535dda64ebdc2b990526efb12b30ba803"
1919
1945
  dependencies = [
1920
1946
  "cc",
1921
1947
  "wasmtime-internal-versioned-export-macros",
@@ -1923,9 +1949,9 @@ dependencies = [
1923
1949
 
1924
1950
  [[package]]
1925
1951
  name = "wasmtime-internal-jit-icache-coherence"
1926
- version = "45.0.2"
1952
+ version = "46.0.1"
1927
1953
  source = "registry+https://github.com/rust-lang/crates.io-index"
1928
- checksum = "08d3c1e9fb618ec45c9b3477ea683cd37bee427273d7b13bba5c66a1caaf1dd6"
1954
+ checksum = "eba651d44ab0faad4c58106b3adb45068189fb65ef50f0c404b6d9e3bf81a357"
1929
1955
  dependencies = [
1930
1956
  "cfg-if",
1931
1957
  "libc",
@@ -1935,9 +1961,9 @@ dependencies = [
1935
1961
 
1936
1962
  [[package]]
1937
1963
  name = "wasmtime-internal-unwinder"
1938
- version = "45.0.2"
1964
+ version = "46.0.1"
1939
1965
  source = "registry+https://github.com/rust-lang/crates.io-index"
1940
- checksum = "7aa91132b81f1e172ec7e7c3c114ac34209ee6b3524b3a8d6943af99803f66c5"
1966
+ checksum = "2ecc52563b0558af2a7487eb710de07cc4532564b55528876129238e83118cb1"
1941
1967
  dependencies = [
1942
1968
  "cfg-if",
1943
1969
  "cranelift-codegen",
@@ -1948,50 +1974,33 @@ dependencies = [
1948
1974
 
1949
1975
  [[package]]
1950
1976
  name = "wasmtime-internal-versioned-export-macros"
1951
- version = "45.0.2"
1977
+ version = "46.0.1"
1952
1978
  source = "registry+https://github.com/rust-lang/crates.io-index"
1953
- checksum = "6ea811ffe23f597cc7708327ea25d9eb018dcf760ffe15ccb7d0b27ad635de61"
1979
+ checksum = "e747f4a074699ba1b4e4d841fb263f9b7df5bd1555181c4752bf5990d21ba676"
1954
1980
  dependencies = [
1955
1981
  "proc-macro2",
1956
1982
  "quote",
1957
1983
  "syn",
1958
1984
  ]
1959
1985
 
1960
- [[package]]
1961
- name = "wasmtime-internal-winch"
1962
- version = "45.0.2"
1963
- source = "registry+https://github.com/rust-lang/crates.io-index"
1964
- checksum = "828b66175c54a0d00b4c1c1c76658d8aa73aeb9fa3553575c5eee56d40f2eb18"
1965
- dependencies = [
1966
- "cranelift-codegen",
1967
- "gimli",
1968
- "log",
1969
- "object",
1970
- "target-lexicon",
1971
- "wasmparser 0.248.0",
1972
- "wasmtime-environ",
1973
- "wasmtime-internal-cranelift",
1974
- "winch-codegen",
1975
- ]
1976
-
1977
1986
  [[package]]
1978
1987
  name = "wasmtime-internal-wit-bindgen"
1979
- version = "45.0.2"
1988
+ version = "46.0.1"
1980
1989
  source = "registry+https://github.com/rust-lang/crates.io-index"
1981
- checksum = "4ae00896ad9bef1b3ca6401ae9a841daa6f357dd91541b6baf87082946d1bde1"
1990
+ checksum = "80009f46991622814196d96fac6fc0a938f46b5cba737a8f4e21e24e5a03856f"
1982
1991
  dependencies = [
1983
1992
  "anyhow",
1984
1993
  "bitflags",
1985
1994
  "heck",
1986
1995
  "indexmap",
1987
- "wit-parser 0.248.0",
1996
+ "wit-parser 0.251.0",
1988
1997
  ]
1989
1998
 
1990
1999
  [[package]]
1991
2000
  name = "wasmtime-wasi"
1992
- version = "45.0.2"
2001
+ version = "46.0.1"
1993
2002
  source = "registry+https://github.com/rust-lang/crates.io-index"
1994
- checksum = "6032ceffcb74cf30a2cdac298a4d6ce219058f08479ce1ab38434aadc044000b"
2003
+ checksum = "e9f65ef30a2c5478873cdb619085a7a649d3ce41cc3eaf298a7ce3dee96a8e11"
1995
2004
  dependencies = [
1996
2005
  "async-trait",
1997
2006
  "bitflags",
@@ -2001,7 +2010,6 @@ dependencies = [
2001
2010
  "cap-std",
2002
2011
  "cap-time-ext",
2003
2012
  "cfg-if",
2004
- "fs-set-times",
2005
2013
  "futures",
2006
2014
  "io-extras",
2007
2015
  "io-lifetimes",
@@ -2019,9 +2027,9 @@ dependencies = [
2019
2027
 
2020
2028
  [[package]]
2021
2029
  name = "wasmtime-wasi-io"
2022
- version = "45.0.2"
2030
+ version = "46.0.1"
2023
2031
  source = "registry+https://github.com/rust-lang/crates.io-index"
2024
- checksum = "25b6e6868e5b93e1e10983a17afb631b39c236d8b6b4abe9faffe78f1ee0c6e7"
2032
+ checksum = "cee57d5fef4976b1ab542615f4cef2c43278eb549d8078939668ea0f13d5c696"
2025
2033
  dependencies = [
2026
2034
  "async-trait",
2027
2035
  "bytes",
@@ -2041,31 +2049,31 @@ dependencies = [
2041
2049
 
2042
2050
  [[package]]
2043
2051
  name = "wast"
2044
- version = "248.0.0"
2052
+ version = "252.0.0"
2045
2053
  source = "registry+https://github.com/rust-lang/crates.io-index"
2046
- checksum = "acc54622ed5a5cddafcdf152043f9d4aed54d4a653d686b7dfe874809fca99d7"
2054
+ checksum = "942a3449d6a593fccc111a6241c8df52bda168af30e40bf9580d4394d7374c65"
2047
2055
  dependencies = [
2048
2056
  "bumpalo",
2049
2057
  "leb128fmt",
2050
2058
  "memchr",
2051
2059
  "unicode-width",
2052
- "wasm-encoder 0.248.0",
2060
+ "wasm-encoder 0.252.0",
2053
2061
  ]
2054
2062
 
2055
2063
  [[package]]
2056
2064
  name = "wat"
2057
- version = "1.248.0"
2065
+ version = "1.252.0"
2058
2066
  source = "registry+https://github.com/rust-lang/crates.io-index"
2059
- checksum = "d75cd9e510603909748e6ebab89f27cd04472c1d9d85a3c88a7a6fc51a1a7934"
2067
+ checksum = "c72a4ba7088f7bac94cf516e49882bdf97068904a563768cf249efc839ec42cb"
2060
2068
  dependencies = [
2061
- "wast 248.0.0",
2069
+ "wast 252.0.0",
2062
2070
  ]
2063
2071
 
2064
2072
  [[package]]
2065
2073
  name = "wiggle"
2066
- version = "45.0.2"
2074
+ version = "46.0.1"
2067
2075
  source = "registry+https://github.com/rust-lang/crates.io-index"
2068
- checksum = "176527a028d6a426a514e3ca650c251a60541cde26df421f781339f27553ff9f"
2076
+ checksum = "e03df88bf1a6068b02851aa3ef9427d285118f5c1c153b068a8995c69dd9562a"
2069
2077
  dependencies = [
2070
2078
  "bitflags",
2071
2079
  "thiserror 2.0.18",
@@ -2077,9 +2085,9 @@ dependencies = [
2077
2085
 
2078
2086
  [[package]]
2079
2087
  name = "wiggle-generate"
2080
- version = "45.0.2"
2088
+ version = "46.0.1"
2081
2089
  source = "registry+https://github.com/rust-lang/crates.io-index"
2082
- checksum = "604976b16d40f15606ae47ca22473c7574b317a6445ea2e3986f834a2ca0f449"
2090
+ checksum = "e014aec8661b613154377e4b49dbbb0dfc4f424efcee749782054576c00537d9"
2083
2091
  dependencies = [
2084
2092
  "heck",
2085
2093
  "proc-macro2",
@@ -2091,9 +2099,9 @@ dependencies = [
2091
2099
 
2092
2100
  [[package]]
2093
2101
  name = "wiggle-macro"
2094
- version = "45.0.2"
2102
+ version = "46.0.1"
2095
2103
  source = "registry+https://github.com/rust-lang/crates.io-index"
2096
- checksum = "f7252f1689c33cf77cfac6115047c6a8b53f188c25c644f7856ad66c881c4077"
2104
+ checksum = "f67310a8ae5190b7f3dcacf8697f2890701a3a8427b3e77ed91d3632dcedaceb"
2097
2105
  dependencies = [
2098
2106
  "proc-macro2",
2099
2107
  "quote",
@@ -2110,25 +2118,6 @@ dependencies = [
2110
2118
  "windows-sys 0.61.2",
2111
2119
  ]
2112
2120
 
2113
- [[package]]
2114
- name = "winch-codegen"
2115
- version = "45.0.2"
2116
- source = "registry+https://github.com/rust-lang/crates.io-index"
2117
- checksum = "89c09acfdfa281b3340e1e94ef3cf6618d69eab975280f881e154c29f49419c1"
2118
- dependencies = [
2119
- "cranelift-assembler-x64",
2120
- "cranelift-codegen",
2121
- "gimli",
2122
- "regalloc2",
2123
- "smallvec",
2124
- "target-lexicon",
2125
- "thiserror 2.0.18",
2126
- "wasmparser 0.248.0",
2127
- "wasmtime-environ",
2128
- "wasmtime-internal-core",
2129
- "wasmtime-internal-cranelift",
2130
- ]
2131
-
2132
2121
  [[package]]
2133
2122
  name = "windows-core"
2134
2123
  version = "0.62.2"
@@ -2376,9 +2365,9 @@ dependencies = [
2376
2365
 
2377
2366
  [[package]]
2378
2367
  name = "wit-parser"
2379
- version = "0.248.0"
2368
+ version = "0.251.0"
2380
2369
  source = "registry+https://github.com/rust-lang/crates.io-index"
2381
- checksum = "247ad505da2915a082fe13204c5ba8788425aea1de54f43b284818cf82637856"
2370
+ checksum = "e960732e824fab95099971a09e638979347c94ca48568d3c854c945729196947"
2382
2371
  dependencies = [
2383
2372
  "anyhow",
2384
2373
  "hashbrown 0.17.0",
@@ -2390,7 +2379,7 @@ dependencies = [
2390
2379
  "serde_derive",
2391
2380
  "serde_json",
2392
2381
  "unicode-xid",
2393
- "wasmparser 0.248.0",
2382
+ "wasmparser 0.251.0",
2394
2383
  ]
2395
2384
 
2396
2385
  [[package]]
data/README.md CHANGED
@@ -154,6 +154,8 @@ sandbox = Kobako::Sandbox.new(
154
154
 
155
155
  `memory_limit` covers the per-invocation `memory.grow` delta from the entry baseline, so a Sandbox reused across invocations does not silently accumulate against a global budget.
156
156
 
157
+ A fifth option, `profile:`, requests the Sandbox's isolation posture on the `:permissive` < `:hermetic` ladder (default `:hermetic`). `:hermetic` denies the guest ambient time and entropy; `:permissive` lets the guest's `wasi:clocks` / `wasi:random` read live host sources — an explicit trade of reproducibility, with filesystem, environment, and network still unreachable. The request is also a floor: construction fails with `Kobako::SetupError` on a runtime that declares a weaker posture than requested. See [`docs/security-model.md`](docs/security-model.md) § Isolation profiles.
158
+
157
159
  ### Invocation Lifecycle
158
160
 
159
161
  One Sandbox serves many invocations. Service bindings and preloaded snippets persist across calls; capability state (Handles, stdout, stderr, memory delta) resets between them.