Skip to content

Commit d97efe4

Browse files
github-actions[bot]ricochet
authored andcommitted
Update to v0.2.6
1 parent 9995094 commit d97efe4

29 files changed

+106
-106
lines changed

imports.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ It is intended to be <code>include</code>d in other worlds.</p>
44
<ul>
55
<li>Imports:
66
<ul>
7-
<li>interface <a href="#wasi_io_poll_0_2_5"><code>wasi:io/[email protected].5</code></a></li>
8-
<li>interface <a href="#wasi_clocks_monotonic_clock_0_2_5"><code>wasi:clocks/[email protected].5</code></a></li>
9-
<li>interface <a href="#wasi_clocks_wall_clock_0_2_5"><code>wasi:clocks/[email protected].5</code></a></li>
10-
<li>interface <a href="#wasi_random_random_0_2_5"><code>wasi:random/[email protected].5</code></a></li>
11-
<li>interface <a href="#wasi_io_error_0_2_5"><code>wasi:io/[email protected].5</code></a></li>
12-
<li>interface <a href="#wasi_io_streams_0_2_5"><code>wasi:io/[email protected].5</code></a></li>
13-
<li>interface <a href="#wasi_cli_stdout_0_2_5"><code>wasi:cli/[email protected].5</code></a></li>
14-
<li>interface <a href="#wasi_cli_stderr_0_2_5"><code>wasi:cli/[email protected].5</code></a></li>
15-
<li>interface <a href="#wasi_cli_stdin_0_2_5"><code>wasi:cli/[email protected].5</code></a></li>
16-
<li>interface <a href="#wasi_http_types_0_2_5"><code>wasi:http/[email protected].5</code></a></li>
17-
<li>interface <a href="#wasi_http_outgoing_handler_0_2_5"><code>wasi:http/[email protected].5</code></a></li>
7+
<li>interface <a href="#wasi_io_poll_0_2_6"><code>wasi:io/[email protected].6</code></a></li>
8+
<li>interface <a href="#wasi_clocks_monotonic_clock_0_2_6"><code>wasi:clocks/[email protected].6</code></a></li>
9+
<li>interface <a href="#wasi_clocks_wall_clock_0_2_6"><code>wasi:clocks/[email protected].6</code></a></li>
10+
<li>interface <a href="#wasi_random_random_0_2_6"><code>wasi:random/[email protected].6</code></a></li>
11+
<li>interface <a href="#wasi_io_error_0_2_6"><code>wasi:io/[email protected].6</code></a></li>
12+
<li>interface <a href="#wasi_io_streams_0_2_6"><code>wasi:io/[email protected].6</code></a></li>
13+
<li>interface <a href="#wasi_cli_stdout_0_2_6"><code>wasi:cli/[email protected].6</code></a></li>
14+
<li>interface <a href="#wasi_cli_stderr_0_2_6"><code>wasi:cli/[email protected].6</code></a></li>
15+
<li>interface <a href="#wasi_cli_stdin_0_2_6"><code>wasi:cli/[email protected].6</code></a></li>
16+
<li>interface <a href="#wasi_http_types_0_2_6"><code>wasi:http/[email protected].6</code></a></li>
17+
<li>interface <a href="#wasi_http_outgoing_handler_0_2_6"><code>wasi:http/[email protected].6</code></a></li>
1818
</ul>
1919
</li>
2020
</ul>
21-
<h2><a id="wasi_io_poll_0_2_5"></a>Import interface wasi:io/[email protected].5</h2>
21+
<h2><a id="wasi_io_poll_0_2_6"></a>Import interface wasi:io/[email protected].6</h2>
2222
<p>A poll API intended to let users wait for I/O events on multiple handles
2323
at once.</p>
2424
<hr />
@@ -71,7 +71,7 @@ being ready for I/O.</p>
7171
<ul>
7272
<li><a id="poll.0"></a> list&lt;<code>u32</code>&gt;</li>
7373
</ul>
74-
<h2><a id="wasi_clocks_monotonic_clock_0_2_5"></a>Import interface wasi:clocks/[email protected].5</h2>
74+
<h2><a id="wasi_clocks_monotonic_clock_0_2_6"></a>Import interface wasi:clocks/[email protected].6</h2>
7575
<p>WASI Monotonic Clock is a clock API intended to let users measure elapsed
7676
time.</p>
7777
<p>It is intended to be portable at least between Unix-family platforms and
@@ -130,7 +130,7 @@ elapsed from the time this function is invoked.</p>
130130
<ul>
131131
<li><a id="subscribe_duration.0"></a> own&lt;<a href="#pollable"><a href="#pollable"><code>pollable</code></a></a>&gt;</li>
132132
</ul>
133-
<h2><a id="wasi_clocks_wall_clock_0_2_5"></a>Import interface wasi:clocks/[email protected].5</h2>
133+
<h2><a id="wasi_clocks_wall_clock_0_2_6"></a>Import interface wasi:clocks/[email protected].6</h2>
134134
<p>WASI Wall Clock is a clock API intended to let users query the current
135135
time. The name &quot;wall&quot; makes an analogy to a &quot;clock on the wall&quot;, which
136136
is not necessarily monotonic as it may be reset.</p>
@@ -171,7 +171,7 @@ also known as <a href="https://en.wikipedia.org/wiki/Unix_time">Unix Time</a>.</
171171
<ul>
172172
<li><a id="resolution.0"></a> <a href="#datetime"><a href="#datetime"><code>datetime</code></a></a></li>
173173
</ul>
174-
<h2><a id="wasi_random_random_0_2_5"></a>Import interface wasi:random/[email protected].5</h2>
174+
<h2><a id="wasi_random_random_0_2_6"></a>Import interface wasi:random/[email protected].6</h2>
175175
<p>WASI Random is a random data API.</p>
176176
<p>It is intended to be portable at least between Unix-family platforms and
177177
Windows.</p>
@@ -204,7 +204,7 @@ represented as a <code>u64</code>.</p>
204204
<ul>
205205
<li><a id="get_random_u64.0"></a> <code>u64</code></li>
206206
</ul>
207-
<h2><a id="wasi_io_error_0_2_5"></a>Import interface wasi:io/[email protected].5</h2>
207+
<h2><a id="wasi_io_error_0_2_6"></a>Import interface wasi:io/[email protected].6</h2>
208208
<hr />
209209
<h3>Types</h3>
210210
<h4><a id="error"></a><code>resource error</code></h4>
@@ -237,7 +237,7 @@ hazard.</p>
237237
<ul>
238238
<li><a id="method_error_to_debug_string.0"></a> <code>string</code></li>
239239
</ul>
240-
<h2><a id="wasi_io_streams_0_2_5"></a>Import interface wasi:io/[email protected].5</h2>
240+
<h2><a id="wasi_io_streams_0_2_6"></a>Import interface wasi:io/[email protected].6</h2>
241241
<p>WASI I/O is an I/O abstraction API which is currently focused on providing
242242
stream types.</p>
243243
<p>In the future, the component model is expected to add built-in stream types;
@@ -567,7 +567,7 @@ is ready for reading, before performing the <code>splice</code>.</p>
567567
<ul>
568568
<li><a id="method_output_stream_blocking_splice.0"></a> result&lt;<code>u64</code>, <a href="#stream_error"><a href="#stream_error"><code>stream-error</code></a></a>&gt;</li>
569569
</ul>
570-
<h2><a id="wasi_cli_stdout_0_2_5"></a>Import interface wasi:cli/[email protected].5</h2>
570+
<h2><a id="wasi_cli_stdout_0_2_6"></a>Import interface wasi:cli/[email protected].6</h2>
571571
<hr />
572572
<h3>Types</h3>
573573
<h4><a id="output_stream"></a><code>type output-stream</code></h4>
@@ -580,7 +580,7 @@ is ready for reading, before performing the <code>splice</code>.</p>
580580
<ul>
581581
<li><a id="get_stdout.0"></a> own&lt;<a href="#output_stream"><a href="#output_stream"><code>output-stream</code></a></a>&gt;</li>
582582
</ul>
583-
<h2><a id="wasi_cli_stderr_0_2_5"></a>Import interface wasi:cli/[email protected].5</h2>
583+
<h2><a id="wasi_cli_stderr_0_2_6"></a>Import interface wasi:cli/[email protected].6</h2>
584584
<hr />
585585
<h3>Types</h3>
586586
<h4><a id="output_stream"></a><code>type output-stream</code></h4>
@@ -593,7 +593,7 @@ is ready for reading, before performing the <code>splice</code>.</p>
593593
<ul>
594594
<li><a id="get_stderr.0"></a> own&lt;<a href="#output_stream"><a href="#output_stream"><code>output-stream</code></a></a>&gt;</li>
595595
</ul>
596-
<h2><a id="wasi_cli_stdin_0_2_5"></a>Import interface wasi:cli/[email protected].5</h2>
596+
<h2><a id="wasi_cli_stdin_0_2_6"></a>Import interface wasi:cli/[email protected].6</h2>
597597
<hr />
598598
<h3>Types</h3>
599599
<h4><a id="input_stream"></a><code>type input-stream</code></h4>
@@ -606,7 +606,7 @@ is ready for reading, before performing the <code>splice</code>.</p>
606606
<ul>
607607
<li><a id="get_stdin.0"></a> own&lt;<a href="#input_stream"><a href="#input_stream"><code>input-stream</code></a></a>&gt;</li>
608608
</ul>
609-
<h2><a id="wasi_http_types_0_2_5"></a>Import interface wasi:http/[email protected].5</h2>
609+
<h2><a id="wasi_http_types_0_2_6"></a>Import interface wasi:http/[email protected].6</h2>
610610
<p>This interface defines all of the types and methods for implementing
611611
HTTP Requests and Responses, both incoming and outgoing, as well as
612612
their headers, trailers, and bodies.</p>
@@ -1526,7 +1526,7 @@ but those will be reported by the <a href="#incoming_body"><code>incoming-body</
15261526
<ul>
15271527
<li><a id="method_future_incoming_response_get.0"></a> option&lt;result&lt;result&lt;own&lt;<a href="#incoming_response"><a href="#incoming_response"><code>incoming-response</code></a></a>&gt;, <a href="#error_code"><a href="#error_code"><code>error-code</code></a></a>&gt;&gt;&gt;</li>
15281528
</ul>
1529-
<h2><a id="wasi_http_outgoing_handler_0_2_5"></a>Import interface wasi:http/[email protected].5</h2>
1529+
<h2><a id="wasi_http_outgoing_handler_0_2_6"></a>Import interface wasi:http/[email protected].6</h2>
15301530
<p>This interface defines a handler of outgoing HTTP Requests. It should be
15311531
imported by components which wish to make HTTP Requests.</p>
15321532
<hr />

proxy.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@ outgoing HTTP requests.</p>
66
<ul>
77
<li>Imports:
88
<ul>
9-
<li>interface <a href="#wasi_io_poll_0_2_5"><code>wasi:io/[email protected].5</code></a></li>
10-
<li>interface <a href="#wasi_clocks_monotonic_clock_0_2_5"><code>wasi:clocks/[email protected].5</code></a></li>
11-
<li>interface <a href="#wasi_clocks_wall_clock_0_2_5"><code>wasi:clocks/[email protected].5</code></a></li>
12-
<li>interface <a href="#wasi_random_random_0_2_5"><code>wasi:random/[email protected].5</code></a></li>
13-
<li>interface <a href="#wasi_io_error_0_2_5"><code>wasi:io/[email protected].5</code></a></li>
14-
<li>interface <a href="#wasi_io_streams_0_2_5"><code>wasi:io/[email protected].5</code></a></li>
15-
<li>interface <a href="#wasi_cli_stdout_0_2_5"><code>wasi:cli/[email protected].5</code></a></li>
16-
<li>interface <a href="#wasi_cli_stderr_0_2_5"><code>wasi:cli/[email protected].5</code></a></li>
17-
<li>interface <a href="#wasi_cli_stdin_0_2_5"><code>wasi:cli/[email protected].5</code></a></li>
18-
<li>interface <a href="#wasi_http_types_0_2_5"><code>wasi:http/[email protected].5</code></a></li>
19-
<li>interface <a href="#wasi_http_outgoing_handler_0_2_5"><code>wasi:http/[email protected].5</code></a></li>
9+
<li>interface <a href="#wasi_io_poll_0_2_6"><code>wasi:io/[email protected].6</code></a></li>
10+
<li>interface <a href="#wasi_clocks_monotonic_clock_0_2_6"><code>wasi:clocks/[email protected].6</code></a></li>
11+
<li>interface <a href="#wasi_clocks_wall_clock_0_2_6"><code>wasi:clocks/[email protected].6</code></a></li>
12+
<li>interface <a href="#wasi_random_random_0_2_6"><code>wasi:random/[email protected].6</code></a></li>
13+
<li>interface <a href="#wasi_io_error_0_2_6"><code>wasi:io/[email protected].6</code></a></li>
14+
<li>interface <a href="#wasi_io_streams_0_2_6"><code>wasi:io/[email protected].6</code></a></li>
15+
<li>interface <a href="#wasi_cli_stdout_0_2_6"><code>wasi:cli/[email protected].6</code></a></li>
16+
<li>interface <a href="#wasi_cli_stderr_0_2_6"><code>wasi:cli/[email protected].6</code></a></li>
17+
<li>interface <a href="#wasi_cli_stdin_0_2_6"><code>wasi:cli/[email protected].6</code></a></li>
18+
<li>interface <a href="#wasi_http_types_0_2_6"><code>wasi:http/[email protected].6</code></a></li>
19+
<li>interface <a href="#wasi_http_outgoing_handler_0_2_6"><code>wasi:http/[email protected].6</code></a></li>
2020
</ul>
2121
</li>
2222
<li>Exports:
2323
<ul>
24-
<li>interface <a href="#wasi_http_incoming_handler_0_2_5"><code>wasi:http/[email protected].5</code></a></li>
24+
<li>interface <a href="#wasi_http_incoming_handler_0_2_6"><code>wasi:http/[email protected].6</code></a></li>
2525
</ul>
2626
</li>
2727
</ul>
28-
<h2><a id="wasi_io_poll_0_2_5"></a>Import interface wasi:io/[email protected].5</h2>
28+
<h2><a id="wasi_io_poll_0_2_6"></a>Import interface wasi:io/[email protected].6</h2>
2929
<p>A poll API intended to let users wait for I/O events on multiple handles
3030
at once.</p>
3131
<hr />
@@ -78,7 +78,7 @@ being ready for I/O.</p>
7878
<ul>
7979
<li><a id="poll.0"></a> list&lt;<code>u32</code>&gt;</li>
8080
</ul>
81-
<h2><a id="wasi_clocks_monotonic_clock_0_2_5"></a>Import interface wasi:clocks/[email protected].5</h2>
81+
<h2><a id="wasi_clocks_monotonic_clock_0_2_6"></a>Import interface wasi:clocks/[email protected].6</h2>
8282
<p>WASI Monotonic Clock is a clock API intended to let users measure elapsed
8383
time.</p>
8484
<p>It is intended to be portable at least between Unix-family platforms and
@@ -137,7 +137,7 @@ elapsed from the time this function is invoked.</p>
137137
<ul>
138138
<li><a id="subscribe_duration.0"></a> own&lt;<a href="#pollable"><a href="#pollable"><code>pollable</code></a></a>&gt;</li>
139139
</ul>
140-
<h2><a id="wasi_clocks_wall_clock_0_2_5"></a>Import interface wasi:clocks/[email protected].5</h2>
140+
<h2><a id="wasi_clocks_wall_clock_0_2_6"></a>Import interface wasi:clocks/[email protected].6</h2>
141141
<p>WASI Wall Clock is a clock API intended to let users query the current
142142
time. The name &quot;wall&quot; makes an analogy to a &quot;clock on the wall&quot;, which
143143
is not necessarily monotonic as it may be reset.</p>
@@ -178,7 +178,7 @@ also known as <a href="https://en.wikipedia.org/wiki/Unix_time">Unix Time</a>.</
178178
<ul>
179179
<li><a id="resolution.0"></a> <a href="#datetime"><a href="#datetime"><code>datetime</code></a></a></li>
180180
</ul>
181-
<h2><a id="wasi_random_random_0_2_5"></a>Import interface wasi:random/[email protected].5</h2>
181+
<h2><a id="wasi_random_random_0_2_6"></a>Import interface wasi:random/[email protected].6</h2>
182182
<p>WASI Random is a random data API.</p>
183183
<p>It is intended to be portable at least between Unix-family platforms and
184184
Windows.</p>
@@ -211,7 +211,7 @@ represented as a <code>u64</code>.</p>
211211
<ul>
212212
<li><a id="get_random_u64.0"></a> <code>u64</code></li>
213213
</ul>
214-
<h2><a id="wasi_io_error_0_2_5"></a>Import interface wasi:io/[email protected].5</h2>
214+
<h2><a id="wasi_io_error_0_2_6"></a>Import interface wasi:io/[email protected].6</h2>
215215
<hr />
216216
<h3>Types</h3>
217217
<h4><a id="error"></a><code>resource error</code></h4>
@@ -244,7 +244,7 @@ hazard.</p>
244244
<ul>
245245
<li><a id="method_error_to_debug_string.0"></a> <code>string</code></li>
246246
</ul>
247-
<h2><a id="wasi_io_streams_0_2_5"></a>Import interface wasi:io/[email protected].5</h2>
247+
<h2><a id="wasi_io_streams_0_2_6"></a>Import interface wasi:io/[email protected].6</h2>
248248
<p>WASI I/O is an I/O abstraction API which is currently focused on providing
249249
stream types.</p>
250250
<p>In the future, the component model is expected to add built-in stream types;
@@ -574,7 +574,7 @@ is ready for reading, before performing the <code>splice</code>.</p>
574574
<ul>
575575
<li><a id="method_output_stream_blocking_splice.0"></a> result&lt;<code>u64</code>, <a href="#stream_error"><a href="#stream_error"><code>stream-error</code></a></a>&gt;</li>
576576
</ul>
577-
<h2><a id="wasi_cli_stdout_0_2_5"></a>Import interface wasi:cli/[email protected].5</h2>
577+
<h2><a id="wasi_cli_stdout_0_2_6"></a>Import interface wasi:cli/[email protected].6</h2>
578578
<hr />
579579
<h3>Types</h3>
580580
<h4><a id="output_stream"></a><code>type output-stream</code></h4>
@@ -587,7 +587,7 @@ is ready for reading, before performing the <code>splice</code>.</p>
587587
<ul>
588588
<li><a id="get_stdout.0"></a> own&lt;<a href="#output_stream"><a href="#output_stream"><code>output-stream</code></a></a>&gt;</li>
589589
</ul>
590-
<h2><a id="wasi_cli_stderr_0_2_5"></a>Import interface wasi:cli/[email protected].5</h2>
590+
<h2><a id="wasi_cli_stderr_0_2_6"></a>Import interface wasi:cli/[email protected].6</h2>
591591
<hr />
592592
<h3>Types</h3>
593593
<h4><a id="output_stream"></a><code>type output-stream</code></h4>
@@ -600,7 +600,7 @@ is ready for reading, before performing the <code>splice</code>.</p>
600600
<ul>
601601
<li><a id="get_stderr.0"></a> own&lt;<a href="#output_stream"><a href="#output_stream"><code>output-stream</code></a></a>&gt;</li>
602602
</ul>
603-
<h2><a id="wasi_cli_stdin_0_2_5"></a>Import interface wasi:cli/[email protected].5</h2>
603+
<h2><a id="wasi_cli_stdin_0_2_6"></a>Import interface wasi:cli/[email protected].6</h2>
604604
<hr />
605605
<h3>Types</h3>
606606
<h4><a id="input_stream"></a><code>type input-stream</code></h4>
@@ -613,7 +613,7 @@ is ready for reading, before performing the <code>splice</code>.</p>
613613
<ul>
614614
<li><a id="get_stdin.0"></a> own&lt;<a href="#input_stream"><a href="#input_stream"><code>input-stream</code></a></a>&gt;</li>
615615
</ul>
616-
<h2><a id="wasi_http_types_0_2_5"></a>Import interface wasi:http/[email protected].5</h2>
616+
<h2><a id="wasi_http_types_0_2_6"></a>Import interface wasi:http/[email protected].6</h2>
617617
<p>This interface defines all of the types and methods for implementing
618618
HTTP Requests and Responses, both incoming and outgoing, as well as
619619
their headers, trailers, and bodies.</p>
@@ -1533,7 +1533,7 @@ but those will be reported by the <a href="#incoming_body"><code>incoming-body</
15331533
<ul>
15341534
<li><a id="method_future_incoming_response_get.0"></a> option&lt;result&lt;result&lt;own&lt;<a href="#incoming_response"><a href="#incoming_response"><code>incoming-response</code></a></a>&gt;, <a href="#error_code"><a href="#error_code"><code>error-code</code></a></a>&gt;&gt;&gt;</li>
15351535
</ul>
1536-
<h2><a id="wasi_http_outgoing_handler_0_2_5"></a>Import interface wasi:http/[email protected].5</h2>
1536+
<h2><a id="wasi_http_outgoing_handler_0_2_6"></a>Import interface wasi:http/[email protected].6</h2>
15371537
<p>This interface defines a handler of outgoing HTTP Requests. It should be
15381538
imported by components which wish to make HTTP Requests.</p>
15391539
<hr />
@@ -1570,7 +1570,7 @@ through the <a href="#future_incoming_response"><code>future-incoming-response</
15701570
<ul>
15711571
<li><a id="handle.0"></a> result&lt;own&lt;<a href="#future_incoming_response"><a href="#future_incoming_response"><code>future-incoming-response</code></a></a>&gt;, <a href="#error_code"><a href="#error_code"><code>error-code</code></a></a>&gt;</li>
15721572
</ul>
1573-
<h2><a id="wasi_http_incoming_handler_0_2_5"></a>Export interface wasi:http/[email protected].5</h2>
1573+
<h2><a id="wasi_http_incoming_handler_0_2_6"></a>Export interface wasi:http/[email protected].6</h2>
15741574
<hr />
15751575
<h3>Types</h3>
15761576
<h4><a id="incoming_request"></a><code>type incoming-request</code></h4>

wit/deps.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
[cli]
2-
url = "https://github.com/WebAssembly/wasi-cli/archive/v0.2.5.tar.gz"
3-
sha256 = "b65ce8f20c1cfcb874a0083a589c77408188b641a1dfa12cd76158195844f5bd"
4-
sha512 = "f6ce6a3416aa359111f2bf187d23459eef128c623e492f5c56da81099b8fd4bbd6db7274d0093fd70ae9077c812e58e5b221e55e68cd1e815b63b69334789ed8"
2+
url = "https://github.com/WebAssembly/wasi-cli/archive/v0.2.6.tar.gz"
3+
sha256 = "e5f2192aeeaa5ca23d584bf1773c126fac268cbc76361a79b3a5afe9d90d4602"
4+
sha512 = "a4d968bd023483a089df7988543aa7ab4817e16d5bb1d99e9f2fcb7811eca2a25e5b7687f6a990c1373c204150eac941d53d50edb23169f3b07eab37b8358c7f"
55
deps = ["clocks", "filesystem", "io", "random", "sockets"]
66

77
[clocks]
8-
sha256 = "f1c53079469e20167e2cd4300651f13f34a6fd508b5c7331bb7c8c95fb8857fb"
9-
sha512 = "2a9281d0edcabad3bfef0dcfa7a9712d6beb6d6bb07b29fbf24235706d149672901ffc32192404a1ac511c512eb775daf9716ad3a0514bdf6a5c93a5fed19450"
8+
sha256 = "59b8db7b6f3f8a72418510453c1fa9e437c7c7c2369c0bd5da83aa5d6d1d9b73"
9+
sha512 = "06ce14bbf34d5588ed0c26bd932d46b3025c16723d5b4558def5b8107781b2251471c1f7170640342e3d4f78efb560d5ff6383c6a127c1d9e757e83db31a0185"
1010

1111
[filesystem]
12-
sha256 = "9122d926d1e9c8c3c1aca0b54fcc6a64fe3b52b701d266af5ecbb7f83124a647"
13-
sha512 = "a8e81ca42f4ff9d58dca945cabbcdf04b7a9870b7acd3bb95c95e40bb656e74c7e190f73cf0b3189b6b01a78f3aaa2e247c215541a7a0f67fb86ed3e0b3f9e35"
12+
sha256 = "9eb3e27ea559c679e9fb3c775a7091efedd0dc52aec56d7cd28caba36a76309c"
13+
sha512 = "4207a911dd647ecbe82727af2145d88fc536f013ef76fc173d7d07729c71e9ff8c08ce911f25fa8511705d62e60d4888c5cc43d498cd3753b164bbe1be2d3a55"
1414

1515
[io]
16-
sha256 = "749de54c05f7118dc118999ad69c5b63890ea1dd86f1be69270062195c7b79c2"
17-
sha512 = "b5096d518a7931c100594b9216bb4a98cd64533166bc7fdbb7465b48effc345863bd3ce2ec84fef59b273bae507edab08ec08975d56240ccef68f2494964e80a"
16+
sha256 = "671761f464d312e6c26bcaab5e79fe14ac876b72267867579d5c65e053fe2301"
17+
sha512 = "57e5ed34fa85f35899b324ac7a2473c5fa5cece51d07e6f077637191fadd3c8b6f79324d31a8d497a6ce7b92cfb2a2505ab894337e2c82889f1bdb21f4f24634"
1818

1919
[random]
20-
sha256 = "c59984d9385d1ef7af6dd817b3d7a0a7f4084baa66c92026d6f9bf1eaf29169a"
21-
sha512 = "7414a1a0616e42ff134ad15b65d9e10bc3b567b34f7f696356e20bc71bcb85ea16188d26d1997ba7e6964df9493f9f748304acaf1169e16ee21a035d8a8b4a89"
20+
sha256 = "5fc77fdcbf6fc236250c5ba32149ea2fde7a8191696d9a4ed3931bb07202bcc0"
21+
sha512 = "1f3be8d65185552abad4532ed4603643b3f9eed1847d4c1acaec107964701990f18b1a036dcdccead85c29f037f272b3d1ce300c6e4316002b36431c04c00abd"
2222

2323
[sockets]
24-
sha256 = "1e55b9b6aa43e02cc0a674e7e6250f5145d48ffbc60c0f200b5ea192dce61640"
25-
sha512 = "019224bb6fead5b6b687aeba7505ed05ebf20b9a60d045a4ab4fc323d0044af729b983b44efbe7ac8e0efda727f5c779fb0ad817c7802b2d7677196cf2cc0652"
24+
sha256 = "4f98b623cb6ff6f02c2975cea615fa36de2087dc48e76c4865e0297499c005a1"
25+
sha512 = "cf72b97c46913e752dff2d1c93d2c9bd87210d5714fe43d4eb93fb7512b1c786737e69b444521e77725e12a2689673da786bd0f3f94ce77bf7772671637d7878"

wit/deps.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cli = "https://github.com/WebAssembly/wasi-cli/archive/v0.2.5.tar.gz"
1+
cli = "https://github.com/WebAssembly/wasi-cli/archive/v0.2.6.tar.gz"

wit/deps/cli/command.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package wasi:cli@0.2.5;
1+
package wasi:cli@0.2.6;
22

33
@since(version = 0.2.0)
44
world command {

wit/deps/cli/imports.wit

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
package wasi:cli@0.2.5;
1+
package wasi:cli@0.2.6;
22

33
@since(version = 0.2.0)
44
world imports {
55
@since(version = 0.2.0)
6-
include wasi:clocks/imports@0.2.5;
6+
include wasi:clocks/imports@0.2.6;
77
@since(version = 0.2.0)
8-
include wasi:filesystem/imports@0.2.5;
8+
include wasi:filesystem/imports@0.2.6;
99
@since(version = 0.2.0)
10-
include wasi:sockets/imports@0.2.5;
10+
include wasi:sockets/imports@0.2.6;
1111
@since(version = 0.2.0)
12-
include wasi:random/imports@0.2.5;
12+
include wasi:random/imports@0.2.6;
1313
@since(version = 0.2.0)
14-
include wasi:io/imports@0.2.5;
14+
include wasi:io/imports@0.2.6;
1515

1616
@since(version = 0.2.0)
1717
import environment;

0 commit comments

Comments
 (0)