Skip to content

Commit

Permalink
chore(*): re-version to 0.2.0-draft
Browse files Browse the repository at this point in the history
Signed-off-by: Jiaxiao Zhou (Mossaka) <[email protected]>
  • Loading branch information
Mossaka committed Feb 16, 2024
1 parent 45c8a81 commit aaf7ec5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: WebAssembly/wit-abi-up-to-date@v17
wit-bindgen: '0.17.0'
with:
wit-bindgen: '0.18.0'
12 changes: 6 additions & 6 deletions imports.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<li>interface <a href="#wasi:io_error_0.2.0"><code>wasi:io/[email protected]</code></a></li>
<li>interface <a href="#wasi:io_poll_0.2.0"><code>wasi:io/[email protected]</code></a></li>
<li>interface <a href="#wasi:io_streams_0.2.0"><code>wasi:io/[email protected]</code></a></li>
<li>interface <a href="#wasi:blobstore_types_0.1.0"><code>wasi:blobstore/types@0.1.0</code></a></li>
<li>interface <a href="#wasi:blobstore_container_0.1.0"><code>wasi:blobstore/container@0.1.0</code></a></li>
<li>interface <a href="#wasi:blobstore_blobstore_0.1.0"><code>wasi:blobstore/blobstore@0.1.0</code></a></li>
<li>interface <a href="#wasi:blobstore_types_0.2.0_draft"><code>wasi:blobstore/types@0.2.0-draft</code></a></li>
<li>interface <a href="#wasi:blobstore_container_0.2.0_draft"><code>wasi:blobstore/container@0.2.0-draft</code></a></li>
<li>interface <a href="#wasi:blobstore_blobstore_0.2.0_draft"><code>wasi:blobstore/blobstore@0.2.0-draft</code></a></li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -421,7 +421,7 @@ is ready for reading, before performing the <code>splice</code>.</p>
<ul>
<li><a name="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>
</ul>
<h2><a name="wasi:blobstore_types_0.1.0"></a>Import interface wasi:blobstore/types@0.1.0</h2>
<h2><a name="wasi:blobstore_types_0.2.0_draft"></a>Import interface wasi:blobstore/types@0.2.0-draft</h2>
<p>Types used by blobstore</p>
<hr />
<h3>Types</h3>
Expand Down Expand Up @@ -556,7 +556,7 @@ Soon: switch to <code>resource incoming-value { ... }</code></li>
<ul>
<li><a name="method_incoming_value.size.0"></a> <code>u64</code></li>
</ul>
<h2><a name="wasi:blobstore_container_0.1.0"></a>Import interface wasi:blobstore/container@0.1.0</h2>
<h2><a name="wasi:blobstore_container_0.2.0_draft"></a>Import interface wasi:blobstore/container@0.2.0-draft</h2>
<p>a Container is a collection of objects</p>
<hr />
<h3>Types</h3>
Expand Down Expand Up @@ -726,7 +726,7 @@ does not return error if object did not exist.</p>
<ul>
<li><a name="method_stream_object_names.skip_stream_object_names.0"></a> result&lt;(<code>u64</code>, <code>bool</code>), <a href="#error"><a href="#error"><code>error</code></a></a>&gt;</li>
</ul>
<h2><a name="wasi:blobstore_blobstore_0.1.0"></a>Import interface wasi:blobstore/blobstore@0.1.0</h2>
<h2><a name="wasi:blobstore_blobstore_0.2.0_draft"></a>Import interface wasi:blobstore/blobstore@0.2.0-draft</h2>
<p>wasi-cloud Blobstore service definition</p>
<hr />
<h3>Types</h3>
Expand Down
2 changes: 1 addition & 1 deletion wit/world.wit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package wasi:blobstore@0.1.0;
package wasi:blobstore@0.2.0-draft;

world imports {
import blobstore;
Expand Down

0 comments on commit aaf7ec5

Please sign in to comment.