generated from WebAssembly/wasi-proposal-template
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Roman Volosatovs <[email protected]>
- Loading branch information
1 parent
005c425
commit defbbf3
Showing
10 changed files
with
29 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,16 +2,16 @@ | |
<ul> | ||
<li>Imports: | ||
<ul> | ||
<li>interface <a href="#wasi_io_error_0_2_1"><code>wasi:io/[email protected].1</code></a></li> | ||
<li>interface <a href="#wasi_io_poll_0_2_1"><code>wasi:io/[email protected].1</code></a></li> | ||
<li>interface <a href="#wasi_io_streams_0_2_1"><code>wasi:io/[email protected].1</code></a></li> | ||
<li>interface <a href="#wasi_blobstore_types_0_2_0_draft"><code>wasi:blobstore/[email protected]</code></a></li> | ||
<li>interface <a href="#wasi_blobstore_container_0_2_0_draft"><code>wasi:blobstore/[email protected]</code></a></li> | ||
<li>interface <a href="#wasi_blobstore_blobstore_0_2_0_draft"><code>wasi:blobstore/[email protected]</code></a></li> | ||
<li>interface <a href="#wasi_io_error_0_2_2"><code>wasi:io/[email protected].2</code></a></li> | ||
<li>interface <a href="#wasi_io_poll_0_2_2"><code>wasi:io/[email protected].2</code></a></li> | ||
<li>interface <a href="#wasi_io_streams_0_2_2"><code>wasi:io/[email protected].2</code></a></li> | ||
<li>interface <a href="#wasi_blobstore_types_0_2_0_draft_1"><code>wasi:blobstore/[email protected].1</code></a></li> | ||
<li>interface <a href="#wasi_blobstore_container_0_2_0_draft_1"><code>wasi:blobstore/[email protected].1</code></a></li> | ||
<li>interface <a href="#wasi_blobstore_blobstore_0_2_0_draft_1"><code>wasi:blobstore/[email protected].1</code></a></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
<h2><a id="wasi_io_error_0_2_1"></a>Import interface wasi:io/[email protected].1</h2> | ||
<h2><a id="wasi_io_error_0_2_2"></a>Import interface wasi:io/[email protected].2</h2> | ||
<hr /> | ||
<h3>Types</h3> | ||
<h4><a id="error"></a><code>resource error</code></h4> | ||
|
@@ -44,7 +44,7 @@ hazard.</p> | |
<ul> | ||
<li><a id="method_error_to_debug_string.0"></a> <code>string</code></li> | ||
</ul> | ||
<h2><a id="wasi_io_poll_0_2_1"></a>Import interface wasi:io/[email protected].1</h2> | ||
<h2><a id="wasi_io_poll_0_2_2"></a>Import interface wasi:io/[email protected].2</h2> | ||
<p>A poll API intended to let users wait for I/O events on multiple handles | ||
at once.</p> | ||
<hr /> | ||
|
@@ -97,7 +97,7 @@ being ready for I/O.</p> | |
<ul> | ||
<li><a id="poll.0"></a> list<<code>u32</code>></li> | ||
</ul> | ||
<h2><a id="wasi_io_streams_0_2_1"></a>Import interface wasi:io/[email protected].1</h2> | ||
<h2><a id="wasi_io_streams_0_2_2"></a>Import interface wasi:io/[email protected].2</h2> | ||
<p>WASI I/O is an I/O abstraction API which is currently focused on providing | ||
stream types.</p> | ||
<p>In the future, the component model is expected to add built-in stream types; | ||
|
@@ -118,6 +118,8 @@ when it does, they are expected to subsume this API.</p> | |
<p><a id="stream_error.last_operation_failed"></a><code>last-operation-failed</code>: own<<a href="#error"><a href="#error"><code>error</code></a></a>></p> | ||
<p>The last operation (a write or flush) failed before completion. | ||
<p>More information is available in the <a href="#error"><code>error</code></a> payload.</p> | ||
<p>After this, the stream will be closed. All future operations return | ||
<a href="#stream_error.closed"><code>stream-error::closed</code></a>.</p> | ||
</li> | ||
<li> | ||
<p><a id="stream_error.closed"></a><code>closed</code></p> | ||
|
@@ -425,7 +427,7 @@ is ready for reading, before performing the <code>splice</code>.</p> | |
<ul> | ||
<li><a id="method_output_stream_blocking_splice.0"></a> result<<code>u64</code>, <a href="#stream_error"><a href="#stream_error"><code>stream-error</code></a></a>></li> | ||
</ul> | ||
<h2><a id="wasi_blobstore_types_0_2_0_draft"></a>Import interface wasi:blobstore/[email protected]</h2> | ||
<h2><a id="wasi_blobstore_types_0_2_0_draft_1"></a>Import interface wasi:blobstore/[email protected].1</h2> | ||
<p>Types used by blobstore</p> | ||
<hr /> | ||
<h3>Types</h3> | ||
|
@@ -580,7 +582,7 @@ should treat the value as corrupted.</p> | |
<ul> | ||
<li><a id="method_incoming_value_size.0"></a> <code>u64</code></li> | ||
</ul> | ||
<h2><a id="wasi_blobstore_container_0_2_0_draft"></a>Import interface wasi:blobstore/[email protected]</h2> | ||
<h2><a id="wasi_blobstore_container_0_2_0_draft_1"></a>Import interface wasi:blobstore/[email protected].1</h2> | ||
<p>a Container is a collection of objects</p> | ||
<hr /> | ||
<h3>Types</h3> | ||
|
@@ -750,7 +752,7 @@ does not return error if object did not exist.</p> | |
<ul> | ||
<li><a id="method_stream_object_names_skip_stream_object_names.0"></a> result<(<code>u64</code>, <code>bool</code>), <a href="#error"><a href="#error"><code>error</code></a></a>></li> | ||
</ul> | ||
<h2><a id="wasi_blobstore_blobstore_0_2_0_draft"></a>Import interface wasi:blobstore/[email protected]</h2> | ||
<h2><a id="wasi_blobstore_blobstore_0_2_0_draft_1"></a>Import interface wasi:blobstore/[email protected].1</h2> | ||
<p>wasi-cloud Blobstore service definition</p> | ||
<hr /> | ||
<h3>Types</h3> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[io] | ||
url = "https://github.com/WebAssembly/wasi-io/archive/v0.2.1.tar.gz" | ||
sha256 = "2a74bd811adc46b5a0f19827ddbde89870e52b17615f4d0873f06fd977250caf" | ||
sha512 = "94624f00c66e66203592cee820f80b1ba91ecdb71f682c154f25eaf71f8d8954197dcb64503bc21e72ed5e812af7eae876df47b7eb727b02db3a74a7ce0aefca" | ||
url = "https://github.com/WebAssembly/wasi-io/archive/v0.2.2.tar.gz" | ||
sha256 = "6d8dbfaaaa685167c1829616dc7265f5f3cb776845879555612d56544f6d9bfc" | ||
sha512 = "52219562c4183503169cd2947b8164e1c96974500a5adf15bbf382c5992a10a626cc89c3b319204aeda6698ce59cbca2c42f98f7fde296aa77b9db4b41154dbe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
io = "https://github.com/WebAssembly/wasi-io/archive/v0.2.1.tar.gz" | ||
io = "https://github.com/WebAssembly/wasi-io/archive/v0.2.2.tar.gz" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package wasi:io@0.2.1; | ||
package wasi:io@0.2.2; | ||
|
||
@since(version = 0.2.0) | ||
interface error { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package wasi:io@0.2.1; | ||
package wasi:io@0.2.2; | ||
|
||
@since(version = 0.2.0) | ||
world imports { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package wasi:blobstore@0.2.0-draft; | ||
package wasi:blobstore@0.2.0-draft.1; | ||
|
||
world imports { | ||
import blobstore; | ||
|