Skip to content

Commit

Permalink
Deploy to GitHub Pages: 397bb53
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Jan 21, 2021
1 parent 8375156 commit e83e4b6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Binary file modified core/_download/WebAssembly.pdf
Binary file not shown.
8 changes: 4 additions & 4 deletions core/bikeshed/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions core/exec/instructions.html
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ <h3 id="searchlabel">Quick search</h3>
<li><p>If <span class="math notranslate nohighlight">\(N\)</span> and <span class="math notranslate nohighlight">\(\href{../syntax/instructions.html#syntax-sx}{\mathit{sx}}\)</span> are part of the instruction, then:</p>
<ol class="loweralpha simple">
<li><p>Let <span class="math notranslate nohighlight">\(n\)</span> be the integer for which <span class="math notranslate nohighlight">\(\href{../exec/numerics.html#aux-bytes}{\mathrm{bytes}}_{\href{../syntax/values.html#syntax-int}{\mathit{i}N}}(n) = b^\ast\)</span>.</p></li>
<li><p>Let <span class="math notranslate nohighlight">\(c\)</span> be the result of computing <span class="math notranslate nohighlight">\(\href{../exec/numerics.html#op-extend-u}{\mathrm{extend}}\mathrm{\_}\href{../syntax/instructions.html#syntax-sx}{\mathit{sx}}_{N,|t|}(n)\)</span>.</p></li>
<li><p>Let <span class="math notranslate nohighlight">\(c\)</span> be the result of computing <span class="math notranslate nohighlight">\(\href{../exec/numerics.html#op-extend-u}{\mathrm{extend}}^{\href{../syntax/instructions.html#syntax-sx}{\mathit{sx}}}_{N,|t|}(n)\)</span>.</p></li>
</ol>
</li>
<li><p>Else:</p>
Expand All @@ -418,7 +418,7 @@ <h3 id="searchlabel">Quick search</h3>
\\[1ex]
\begin{array}{lcl&#64;{\qquad}l}
S; F; (\href{../syntax/types.html#syntax-valtype}{\mathsf{i32}}.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{const}}~i)~(t.\href{../syntax/instructions.html#syntax-instr-memory}{\mathsf{load}}{N}\mathsf{\_}\href{../syntax/instructions.html#syntax-sx}{\mathit{sx}}~\href{../syntax/instructions.html#syntax-memarg}{\mathit{memarg}}) &amp;\href{../exec/conventions.html#formal-notation}{\hookrightarrow}&amp;
S; F; (t.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{const}}~\href{../exec/numerics.html#op-extend-u}{\mathrm{extend}}\mathrm{\_}\href{../syntax/instructions.html#syntax-sx}{\mathit{sx}}_{N,|t|}(n))
S; F; (t.\href{../syntax/instructions.html#syntax-instr-numeric}{\mathsf{const}}~\href{../exec/numerics.html#op-extend-u}{\mathrm{extend}}^{\href{../syntax/instructions.html#syntax-sx}{\mathit{sx}}}_{N,|t|}(n))
\end{array}
\\ \qquad
\begin{array}[t]{&#64;{}r&#64;{~}l&#64;{}}
Expand Down
4 changes: 2 additions & 2 deletions js-api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport">
<meta content="ED" name="w3c-status">
<meta content="This document provides an explicit JavaScript API for interacting with WebAssembly." name="abstract">
<meta content="Bikeshed version aab1badb, updated Wed Jan 20 12:22:02 2021 -0800" name="generator">
<meta content="Bikeshed version c0901885, updated Thu Jan 21 13:29:42 2021 -0800" name="generator">
<link href="https://www.w3.org/TR/wasm-js-api-1/" rel="canonical">
<meta content="9db08d78b7da2c627de533316dbeb483700730c3" name="document-revision">
<meta content="397bb5358c8c5ed776d103718a7603922b81374c" name="document-revision">
<style>
emu-const {
font-family: serif;
Expand Down
4 changes: 2 additions & 2 deletions web-api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport">
<meta content="ED" name="w3c-status">
<meta content="This document describes the integration of WebAssembly with the broader web platform." name="abstract">
<meta content="Bikeshed version aab1badb, updated Wed Jan 20 12:22:02 2021 -0800" name="generator">
<meta content="Bikeshed version c0901885, updated Thu Jan 21 13:29:42 2021 -0800" name="generator">
<link href="https://www.w3.org/TR/wasm-web-api-1/" rel="canonical">
<meta content="9db08d78b7da2c627de533316dbeb483700730c3" name="document-revision">
<meta content="397bb5358c8c5ed776d103718a7603922b81374c" name="document-revision">
<style>/* style-autolinks */

.css.css, .property.property, .descriptor.descriptor {
Expand Down

0 comments on commit e83e4b6

Please sign in to comment.