-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 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,13 +2,13 @@ | |
<ul> | ||
<li>Imports: | ||
<ul> | ||
<li>interface <a href="#wasi:random_random_0.2.0_rc_2023_11_10"><code>wasi:random/[email protected]-rc-2023-11-10</code></a></li> | ||
<li>interface <a href="#wasi:random_insecure_0.2.0_rc_2023_11_10"><code>wasi:random/[email protected]-rc-2023-11-10</code></a></li> | ||
<li>interface <a href="#wasi:random_insecure_seed_0.2.0_rc_2023_11_10"><code>wasi:random/[email protected]-rc-2023-11-10</code></a></li> | ||
<li>interface <a href="#wasi:random_random_0.2.0"><code>wasi:random/[email protected]</code></a></li> | ||
<li>interface <a href="#wasi:random_insecure_0.2.0"><code>wasi:random/[email protected]</code></a></li> | ||
<li>interface <a href="#wasi:random_insecure_seed_0.2.0"><code>wasi:random/[email protected]</code></a></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
<h2><a name="wasi:random_random_0.2.0_rc_2023_11_10">Import interface wasi:random/[email protected]-rc-2023-11-10</a></h2> | ||
<h2><a name="wasi:random_random_0.2.0">Import interface wasi:random/[email protected]</a></h2> | ||
<p>WASI Random is a random data API.</p> | ||
<p>It is intended to be portable at least between Unix-family platforms and | ||
Windows.</p> | ||
|
@@ -41,7 +41,7 @@ represented as a <code>u64</code>.</p> | |
<ul> | ||
<li><a name="get_random_u64.0"></a> <code>u64</code></li> | ||
</ul> | ||
<h2><a name="wasi:random_insecure_0.2.0_rc_2023_11_10">Import interface wasi:random/[email protected]-rc-2023-11-10</a></h2> | ||
<h2><a name="wasi:random_insecure_0.2.0">Import interface wasi:random/[email protected]</a></h2> | ||
<p>The insecure interface for insecure pseudo-random numbers.</p> | ||
<p>It is intended to be portable at least between Unix-family platforms and | ||
Windows.</p> | ||
|
@@ -70,7 +70,7 @@ a long period.</p> | |
<ul> | ||
<li><a name="get_insecure_random_u64.0"></a> <code>u64</code></li> | ||
</ul> | ||
<h2><a name="wasi:random_insecure_seed_0.2.0_rc_2023_11_10">Import interface wasi:random/[email protected]-rc-2023-11-10</a></h2> | ||
<h2><a name="wasi:random_insecure_seed_0.2.0">Import interface wasi:random/[email protected]</a></h2> | ||
<p>The insecure-seed interface for seeding hash-map DoS resistance.</p> | ||
<p>It is intended to be portable at least between Unix-family platforms and | ||
Windows.</p> | ||
|