Skip to content

Commit

Permalink
deploy: 86714c9
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Jun 14, 2024
1 parent 38c1fb7 commit 5683689
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
10 changes: 9 additions & 1 deletion getting-started/setup-snapshot.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,15 @@ <h2><a class="header" href="#instructions" id="instructions">Instructions</a></h
</li>
<li>
<p><strong>Get the Swift SDK artifactbundle URL</strong></p>
<p>Find the URL ending with <code>.artifactbundle.zip</code> from the release page you found in step 1.</p>
<p>Find the URL ending with <code>.artifactbundle.zip</code> from the release page you found in step 1.
Currently we provide Swift SDKs for the following WebAssembly targets:</p>
<ul>
<li><code>wasm32-unknown-wasi</code> (Recommended): for <a href="https://github.com/WebAssembly/WASI/blob/main/legacy/preview1/docs.md">WASI Preview 1</a></li>
<li><code>wasm32-unknown-wasip1-threads</code>: for WASI Preview 1 with <a href="https://github.com/WebAssembly/wasi-threads">wasi-threads</a> extension</li>
</ul>
<blockquote>
<p>Choose <code>wasm32-unknown-wasi</code> if you are not sure which target to use.</p>
</blockquote>
</li>
<li>
<p><strong>Install the Swift SDK for WebAssembly</strong></p>
Expand Down
10 changes: 9 additions & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,15 @@ <h2><a class="header" href="#instructions" id="instructions">Instructions</a></h
</li>
<li>
<p><strong>Get the Swift SDK artifactbundle URL</strong></p>
<p>Find the URL ending with <code>.artifactbundle.zip</code> from the release page you found in step 1.</p>
<p>Find the URL ending with <code>.artifactbundle.zip</code> from the release page you found in step 1.
Currently we provide Swift SDKs for the following WebAssembly targets:</p>
<ul>
<li><code>wasm32-unknown-wasi</code> (Recommended): for <a href="https://github.com/WebAssembly/WASI/blob/main/legacy/preview1/docs.md">WASI Preview 1</a></li>
<li><code>wasm32-unknown-wasip1-threads</code>: for WASI Preview 1 with <a href="https://github.com/WebAssembly/wasi-threads">wasi-threads</a> extension</li>
</ul>
<blockquote>
<p>Choose <code>wasm32-unknown-wasi</code> if you are not sure which target to use.</p>
</blockquote>
</li>
<li>
<p><strong>Install the Swift SDK for WebAssembly</strong></p>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 5683689

Please sign in to comment.