Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdmurph32 committed Feb 28, 2024
1 parent 76c09b7 commit 1aa3300
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions imports.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<li>Imports:
<ul>
<li>interface <a href="#wasi:io_poll_0.2.0"><code>wasi:io/[email protected]</code></a></li>
<li>interface <a href="#wasi:clocks_monotonic_clock_0.2.0"><code>wasi:clocks/[email protected].0</code></a></li>
<li>interface <a href="#wasi:clocks_wall_clock_0.2.0"><code>wasi:clocks/[email protected].0</code></a></li>
<li>interface <a href="#wasi:clocks_timezone_0.2.0"><code>wasi:clocks/[email protected].0</code></a></li>
<li>interface <a href="#wasi:clocks_monotonic_clock_0.2.1_draft"><code>wasi:clocks/[email protected].1-draft</code></a></li>
<li>interface <a href="#wasi:clocks_wall_clock_0.2.1_draft"><code>wasi:clocks/[email protected].1-draft</code></a></li>
<li>interface <a href="#wasi:clocks_timezone_0.2.1_draft"><code>wasi:clocks/[email protected].1-draft</code></a></li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -59,7 +59,7 @@ being reaedy for I/O.</p>
<ul>
<li><a name="poll.0"></a> list&lt;<code>u32</code>&gt;</li>
</ul>
<h2><a name="wasi:clocks_monotonic_clock_0.2.0">Import interface wasi:clocks/[email protected].0</a></h2>
<h2><a name="wasi:clocks_monotonic_clock_0.2.1_draft">Import interface wasi:clocks/[email protected].1-draft</a></h2>
<p>WASI Monotonic Clock is a clock API intended to let users measure elapsed
time.</p>
<p>It is intended to be portable at least between Unix-family platforms and
Expand Down Expand Up @@ -120,7 +120,7 @@ occured.</p>
<ul>
<li><a name="subscribe_duration.0"></a> own&lt;<a href="#pollable"><a href="#pollable"><code>pollable</code></a></a>&gt;</li>
</ul>
<h2><a name="wasi:clocks_wall_clock_0.2.0">Import interface wasi:clocks/[email protected].0</a></h2>
<h2><a name="wasi:clocks_wall_clock_0.2.1_draft">Import interface wasi:clocks/[email protected].1-draft</a></h2>
<p>WASI Wall Clock is a clock API intended to let users query the current
time. The name &quot;wall&quot; makes an analogy to a &quot;clock on the wall&quot;, which
is not necessarily monotonic as it may be reset.</p>
Expand Down Expand Up @@ -161,7 +161,7 @@ also known as <a href="https://en.wikipedia.org/wiki/Unix_time">Unix Time</a>.</
<ul>
<li><a name="resolution.0"></a> <a href="#datetime"><a href="#datetime"><code>datetime</code></a></a></li>
</ul>
<h2><a name="wasi:clocks_timezone_0.2.0">Import interface wasi:clocks/[email protected].0</a></h2>
<h2><a name="wasi:clocks_timezone_0.2.1_draft">Import interface wasi:clocks/[email protected].1-draft</a></h2>
<hr />
<h3>Types</h3>
<h4><a name="datetime"><code>type datetime</code></a></h4>
Expand Down
2 changes: 1 addition & 1 deletion wit/monotonic-clock.wit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package wasi:clocks@0.2.0;
package wasi:clocks@0.2.1-draft;
/// WASI Monotonic Clock is a clock API intended to let users measure elapsed
/// time.
///
Expand Down
2 changes: 1 addition & 1 deletion wit/timezone.wit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package wasi:clocks@0.2.0;
package wasi:clocks@0.2.1-draft;

interface timezone {
use wall-clock.{datetime};
Expand Down
2 changes: 1 addition & 1 deletion wit/wall-clock.wit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package wasi:clocks@0.2.0;
package wasi:clocks@0.2.1-draft;
/// WASI Wall Clock is a clock API intended to let users query the current
/// time. The name "wall" makes an analogy to a "clock on the wall", which
/// is not necessarily monotonic as it may be reset.
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:clocks@0.2.0;
package wasi:clocks@0.2.1-draft;

world imports {
import monotonic-clock;
Expand Down

0 comments on commit 1aa3300

Please sign in to comment.