Skip to content

Commit c3c8de4

Browse files
Update to v0.2.5
1 parent 9caa8b3 commit c3c8de4

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_4"><code>wasi:io/[email protected].4</code></a></li>
8-
<li>interface <a href="#wasi_clocks_monotonic_clock_0_2_4"><code>wasi:clocks/[email protected].4</code></a></li>
9-
<li>interface <a href="#wasi_clocks_wall_clock_0_2_4"><code>wasi:clocks/[email protected].4</code></a></li>
10-
<li>interface <a href="#wasi_random_random_0_2_4"><code>wasi:random/[email protected].4</code></a></li>
11-
<li>interface <a href="#wasi_io_error_0_2_4"><code>wasi:io/[email protected].4</code></a></li>
12-
<li>interface <a href="#wasi_io_streams_0_2_4"><code>wasi:io/[email protected].4</code></a></li>
13-
<li>interface <a href="#wasi_cli_stdout_0_2_4"><code>wasi:cli/[email protected].4</code></a></li>
14-
<li>interface <a href="#wasi_cli_stderr_0_2_4"><code>wasi:cli/[email protected].4</code></a></li>
15-
<li>interface <a href="#wasi_cli_stdin_0_2_4"><code>wasi:cli/[email protected].4</code></a></li>
16-
<li>interface <a href="#wasi_http_types_0_2_4"><code>wasi:http/[email protected].4</code></a></li>
17-
<li>interface <a href="#wasi_http_outgoing_handler_0_2_4"><code>wasi:http/[email protected].4</code></a></li>
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>
1818
</ul>
1919
</li>
2020
</ul>
21-
<h2><a id="wasi_io_poll_0_2_4"></a>Import interface wasi:io/[email protected].4</h2>
21+
<h2><a id="wasi_io_poll_0_2_5"></a>Import interface wasi:io/[email protected].5</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_4"></a>Import interface wasi:clocks/[email protected].4</h2>
74+
<h2><a id="wasi_clocks_monotonic_clock_0_2_5"></a>Import interface wasi:clocks/[email protected].5</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_4"></a>Import interface wasi:clocks/[email protected].4</h2>
133+
<h2><a id="wasi_clocks_wall_clock_0_2_5"></a>Import interface wasi:clocks/[email protected].5</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_4"></a>Import interface wasi:random/[email protected].4</h2>
174+
<h2><a id="wasi_random_random_0_2_5"></a>Import interface wasi:random/[email protected].5</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_4"></a>Import interface wasi:io/[email protected].4</h2>
207+
<h2><a id="wasi_io_error_0_2_5"></a>Import interface wasi:io/[email protected].5</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_4"></a>Import interface wasi:io/[email protected].4</h2>
240+
<h2><a id="wasi_io_streams_0_2_5"></a>Import interface wasi:io/[email protected].5</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_4"></a>Import interface wasi:cli/[email protected].4</h2>
570+
<h2><a id="wasi_cli_stdout_0_2_5"></a>Import interface wasi:cli/[email protected].5</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_4"></a>Import interface wasi:cli/[email protected].4</h2>
583+
<h2><a id="wasi_cli_stderr_0_2_5"></a>Import interface wasi:cli/[email protected].5</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_4"></a>Import interface wasi:cli/[email protected].4</h2>
596+
<h2><a id="wasi_cli_stdin_0_2_5"></a>Import interface wasi:cli/[email protected].5</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_4"></a>Import interface wasi:http/[email protected].4</h2>
609+
<h2><a id="wasi_http_types_0_2_5"></a>Import interface wasi:http/[email protected].5</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_4"></a>Import interface wasi:http/[email protected].4</h2>
1529+
<h2><a id="wasi_http_outgoing_handler_0_2_5"></a>Import interface wasi:http/[email protected].5</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_4"><code>wasi:io/[email protected].4</code></a></li>
10-
<li>interface <a href="#wasi_clocks_monotonic_clock_0_2_4"><code>wasi:clocks/[email protected].4</code></a></li>
11-
<li>interface <a href="#wasi_clocks_wall_clock_0_2_4"><code>wasi:clocks/[email protected].4</code></a></li>
12-
<li>interface <a href="#wasi_random_random_0_2_4"><code>wasi:random/[email protected].4</code></a></li>
13-
<li>interface <a href="#wasi_io_error_0_2_4"><code>wasi:io/[email protected].4</code></a></li>
14-
<li>interface <a href="#wasi_io_streams_0_2_4"><code>wasi:io/[email protected].4</code></a></li>
15-
<li>interface <a href="#wasi_cli_stdout_0_2_4"><code>wasi:cli/[email protected].4</code></a></li>
16-
<li>interface <a href="#wasi_cli_stderr_0_2_4"><code>wasi:cli/[email protected].4</code></a></li>
17-
<li>interface <a href="#wasi_cli_stdin_0_2_4"><code>wasi:cli/[email protected].4</code></a></li>
18-
<li>interface <a href="#wasi_http_types_0_2_4"><code>wasi:http/[email protected].4</code></a></li>
19-
<li>interface <a href="#wasi_http_outgoing_handler_0_2_4"><code>wasi:http/[email protected].4</code></a></li>
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>
2020
</ul>
2121
</li>
2222
<li>Exports:
2323
<ul>
24-
<li>interface <a href="#wasi_http_incoming_handler_0_2_4"><code>wasi:http/[email protected].4</code></a></li>
24+
<li>interface <a href="#wasi_http_incoming_handler_0_2_5"><code>wasi:http/[email protected].5</code></a></li>
2525
</ul>
2626
</li>
2727
</ul>
28-
<h2><a id="wasi_io_poll_0_2_4"></a>Import interface wasi:io/[email protected].4</h2>
28+
<h2><a id="wasi_io_poll_0_2_5"></a>Import interface wasi:io/[email protected].5</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_4"></a>Import interface wasi:clocks/[email protected].4</h2>
81+
<h2><a id="wasi_clocks_monotonic_clock_0_2_5"></a>Import interface wasi:clocks/[email protected].5</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_4"></a>Import interface wasi:clocks/[email protected].4</h2>
140+
<h2><a id="wasi_clocks_wall_clock_0_2_5"></a>Import interface wasi:clocks/[email protected].5</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_4"></a>Import interface wasi:random/[email protected].4</h2>
181+
<h2><a id="wasi_random_random_0_2_5"></a>Import interface wasi:random/[email protected].5</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_4"></a>Import interface wasi:io/[email protected].4</h2>
214+
<h2><a id="wasi_io_error_0_2_5"></a>Import interface wasi:io/[email protected].5</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_4"></a>Import interface wasi:io/[email protected].4</h2>
247+
<h2><a id="wasi_io_streams_0_2_5"></a>Import interface wasi:io/[email protected].5</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_4"></a>Import interface wasi:cli/[email protected].4</h2>
577+
<h2><a id="wasi_cli_stdout_0_2_5"></a>Import interface wasi:cli/[email protected].5</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_4"></a>Import interface wasi:cli/[email protected].4</h2>
590+
<h2><a id="wasi_cli_stderr_0_2_5"></a>Import interface wasi:cli/[email protected].5</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_4"></a>Import interface wasi:cli/[email protected].4</h2>
603+
<h2><a id="wasi_cli_stdin_0_2_5"></a>Import interface wasi:cli/[email protected].5</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_4"></a>Import interface wasi:http/[email protected].4</h2>
616+
<h2><a id="wasi_http_types_0_2_5"></a>Import interface wasi:http/[email protected].5</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_4"></a>Import interface wasi:http/[email protected].4</h2>
1536+
<h2><a id="wasi_http_outgoing_handler_0_2_5"></a>Import interface wasi:http/[email protected].5</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_4"></a>Export interface wasi:http/[email protected].4</h2>
1573+
<h2><a id="wasi_http_incoming_handler_0_2_5"></a>Export interface wasi:http/[email protected].5</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.4.tar.gz"
3-
sha256 = "674ab0febcabe50a68122751160d243361f401d923e93e4f9c0e6f9d424d21e1"
4-
sha512 = "70529da20c463b37aeff9fb40586e093ee3560bdacf573e8dc8ec2a380c598456294d1308aee9431745ad0fef6ac67aae53b5abb4578c7d682cd5b1485825191"
2+
url = "https://github.com/WebAssembly/wasi-cli/archive/v0.2.5.tar.gz"
3+
sha256 = "b65ce8f20c1cfcb874a0083a589c77408188b641a1dfa12cd76158195844f5bd"
4+
sha512 = "f6ce6a3416aa359111f2bf187d23459eef128c623e492f5c56da81099b8fd4bbd6db7274d0093fd70ae9077c812e58e5b221e55e68cd1e815b63b69334789ed8"
55
deps = ["clocks", "filesystem", "io", "random", "sockets"]
66

77
[clocks]
8-
sha256 = "fc36267c5098ad9ac6455396b27c8ef206ca23cae74f40bd44c57be68e7849b6"
9-
sha512 = "0deed3d3a86f284adda7991cd24c0c4aab806ba2e0cb111da80d7f99c05f10793a602b28451407cad58ab762997f60c0f6d173e919e4a0988773b455d3a410d3"
8+
sha256 = "f1c53079469e20167e2cd4300651f13f34a6fd508b5c7331bb7c8c95fb8857fb"
9+
sha512 = "2a9281d0edcabad3bfef0dcfa7a9712d6beb6d6bb07b29fbf24235706d149672901ffc32192404a1ac511c512eb775daf9716ad3a0514bdf6a5c93a5fed19450"
1010

1111
[filesystem]
12-
sha256 = "dd435f78b23714bd9d51ef3789c43b831549e71f54b57394a41bbf0c4da45f42"
13-
sha512 = "d58bcf6eae908a6b2d883bcdfe456dc31aa99c848d0b3d21f710bde5bbb59ec105dbd5085004eadd0faa938530e4c29f88e589f525c080eb6d5971775a0b64ed"
12+
sha256 = "9122d926d1e9c8c3c1aca0b54fcc6a64fe3b52b701d266af5ecbb7f83124a647"
13+
sha512 = "a8e81ca42f4ff9d58dca945cabbcdf04b7a9870b7acd3bb95c95e40bb656e74c7e190f73cf0b3189b6b01a78f3aaa2e247c215541a7a0f67fb86ed3e0b3f9e35"
1414

1515
[io]
16-
sha256 = "770a73d479cda8e4c4064dd4006d2654ebcc358952079d74e41af27cf26bddbf"
17-
sha512 = "b790f9750ac6782d9aaaa379845600b66dbde14ecee42f159c29796447eb8e61ee61f3b306e92622993b5e25298834b6ff62d7d9a04f8f18c05f07eda8f47ae0"
16+
sha256 = "749de54c05f7118dc118999ad69c5b63890ea1dd86f1be69270062195c7b79c2"
17+
sha512 = "b5096d518a7931c100594b9216bb4a98cd64533166bc7fdbb7465b48effc345863bd3ce2ec84fef59b273bae507edab08ec08975d56240ccef68f2494964e80a"
1818

1919
[random]
20-
sha256 = "876d81b0a777f1dc9db215fa36f45898a907188819185d6b189345f28c081a45"
21-
sha512 = "fc6a0ed97e0525456222b28bcc49431bade826a97cb6eb52cde595908865d1ed7835c54a63b408ba82e3d49061aebb9a8725d1d2316d28c0ccb12af8ec968ab8"
20+
sha256 = "c59984d9385d1ef7af6dd817b3d7a0a7f4084baa66c92026d6f9bf1eaf29169a"
21+
sha512 = "7414a1a0616e42ff134ad15b65d9e10bc3b567b34f7f696356e20bc71bcb85ea16188d26d1997ba7e6964df9493f9f748304acaf1169e16ee21a035d8a8b4a89"
2222

2323
[sockets]
24-
sha256 = "e6872db116eb02f2043c4238999712de19bdb22e3c8da00af563f8b6c4dabb18"
25-
sha512 = "28c05fe8acd691d808b6a90b950483bbf59983c02e91ed4a89b0e06c3e2a27e0f73be678979309553f0889fc3fea00c4740b007946d7285aa554dc65d56b1b7f"
24+
sha256 = "1e55b9b6aa43e02cc0a674e7e6250f5145d48ffbc60c0f200b5ea192dce61640"
25+
sha512 = "019224bb6fead5b6b687aeba7505ed05ebf20b9a60d045a4ab4fc323d0044af729b983b44efbe7ac8e0efda727f5c779fb0ad817c7802b2d7677196cf2cc0652"

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.4.tar.gz"
1+
cli = "https://github.com/WebAssembly/wasi-cli/archive/v0.2.5.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.4;
1+
package wasi:cli@0.2.5;
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.4;
1+
package wasi:cli@0.2.5;
22

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

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

0 commit comments

Comments
 (0)