Skip to content

Commit 3919978

Browse files
github-actions[bot]ricochet
authored andcommitted
Update to v0.2.4
1 parent f4d6590 commit 3919978

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

imports.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<ul>
33
<li>Imports:
44
<ul>
5-
<li>interface <a href="#wasi_random_random_0_2_3"><code>wasi:random/[email protected].3</code></a></li>
6-
<li>interface <a href="#wasi_random_insecure_0_2_3"><code>wasi:random/[email protected].3</code></a></li>
7-
<li>interface <a href="#wasi_random_insecure_seed_0_2_3"><code>wasi:random/[email protected].3</code></a></li>
5+
<li>interface <a href="#wasi_random_random_0_2_4"><code>wasi:random/[email protected].4</code></a></li>
6+
<li>interface <a href="#wasi_random_insecure_0_2_4"><code>wasi:random/[email protected].4</code></a></li>
7+
<li>interface <a href="#wasi_random_insecure_seed_0_2_4"><code>wasi:random/[email protected].4</code></a></li>
88
</ul>
99
</li>
1010
</ul>
11-
<h2><a id="wasi_random_random_0_2_3"></a>Import interface wasi:random/[email protected].3</h2>
11+
<h2><a id="wasi_random_random_0_2_4"></a>Import interface wasi:random/[email protected].4</h2>
1212
<p>WASI Random is a random data API.</p>
1313
<p>It is intended to be portable at least between Unix-family platforms and
1414
Windows.</p>
@@ -41,7 +41,7 @@ represented as a <code>u64</code>.</p>
4141
<ul>
4242
<li><a id="get_random_u64.0"></a> <code>u64</code></li>
4343
</ul>
44-
<h2><a id="wasi_random_insecure_0_2_3"></a>Import interface wasi:random/[email protected].3</h2>
44+
<h2><a id="wasi_random_insecure_0_2_4"></a>Import interface wasi:random/[email protected].4</h2>
4545
<p>The insecure interface for insecure pseudo-random numbers.</p>
4646
<p>It is intended to be portable at least between Unix-family platforms and
4747
Windows.</p>
@@ -70,7 +70,7 @@ a long period.</p>
7070
<ul>
7171
<li><a id="get_insecure_random_u64.0"></a> <code>u64</code></li>
7272
</ul>
73-
<h2><a id="wasi_random_insecure_seed_0_2_3"></a>Import interface wasi:random/[email protected].3</h2>
73+
<h2><a id="wasi_random_insecure_seed_0_2_4"></a>Import interface wasi:random/[email protected].4</h2>
7474
<p>The insecure-seed interface for seeding hash-map DoS resistance.</p>
7575
<p>It is intended to be portable at least between Unix-family platforms and
7676
Windows.</p>

wit/insecure-seed.wit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package wasi:random@0.2.3;
1+
package wasi:random@0.2.4;
22
/// The insecure-seed interface for seeding hash-map DoS resistance.
33
///
44
/// It is intended to be portable at least between Unix-family platforms and

wit/insecure.wit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package wasi:random@0.2.3;
1+
package wasi:random@0.2.4;
22
/// The insecure interface for insecure pseudo-random numbers.
33
///
44
/// It is intended to be portable at least between Unix-family platforms and

wit/random.wit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package wasi:random@0.2.3;
1+
package wasi:random@0.2.4;
22
/// WASI Random is a random data API.
33
///
44
/// It is intended to be portable at least between Unix-family platforms and

wit/world.wit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package wasi:random@0.2.3;
1+
package wasi:random@0.2.4;
22

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

0 commit comments

Comments
 (0)