Skip to content

Commit

Permalink
Update wit-abi to 0.11.0 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Jun 10, 2023
1 parent 77178f3 commit 104227a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
- uses: actions/checkout@v2
- uses: WebAssembly/wit-abi-up-to-date@v12
with:
wit-abi-tag: wit-abi-0.10.0
wit-abi-tag: wit-abi-0.11.0
12 changes: 6 additions & 6 deletions example-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<ul>
<li>Imports:
<ul>
<li>interface <a href="#random"><code>random</code></a></li>
<li>interface <a href="#insecure"><code>insecure</code></a></li>
<li>interface <a href="#insecure_seed"><code>insecure-seed</code></a></li>
<li>interface <a href="#wasi:random_random"><code>wasi:random/random</code></a></li>
<li>interface <a href="#wasi:random_insecure"><code>wasi:random/insecure</code></a></li>
<li>interface <a href="#wasi:random_insecure_seed"><code>wasi:random/insecure-seed</code></a></li>
</ul>
</li>
</ul>
<h2><a name="random">Import interface random</a></h2>
<h2><a name="wasi:random_random">Import interface wasi:random/random</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>
Expand Down Expand Up @@ -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="insecure">Import interface insecure</a></h2>
<h2><a name="wasi:random_insecure">Import interface wasi:random/insecure</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>
Expand Down Expand Up @@ -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="insecure_seed">Import interface insecure-seed</a></h2>
<h2><a name="wasi:random_insecure_seed">Import interface wasi:random/insecure-seed</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>
Expand Down

0 comments on commit 104227a

Please sign in to comment.