Skip to content

Commit

Permalink
Deploy to GitHub Pages: 47a20d6
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed May 25, 2020
1 parent 7ab2cc7 commit cbbb20a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
Binary file modified core/_download/WebAssembly.pdf
Binary file not shown.
8 changes: 4 additions & 4 deletions core/bikeshed/index.html
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 version 1.0 of the core WebAssembly standard, a safe, portable, low-level code format designed for efficient execution and compact representation." name="abstract">
<meta content="Bikeshed version b945a0a8, updated Thu May 14 16:19:50 2020 -0700" name="generator">
<meta content="Bikeshed version 56380d92, updated Thu May 21 13:35:10 2020 -0700" name="generator">
<link href="https://www.w3.org/TR/wasm-core-1/" rel="canonical">
<meta content="7c4cbf3281cbb038f33efbd4352501baccc0fbcb" name="document-revision">
<meta content="47a20d6ac5c68c56f6d67690796e9381d5e8bd5a" name="document-revision">
<meta charset="utf-8">

<link href="pygments.css" rel="stylesheet" type="text/css">
Expand Down Expand Up @@ -170,7 +170,7 @@
<div class="head">
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2016/logos/W3C" width="72"> </a> </p>
<h1 class="p-name no-ref" id="title">WebAssembly Core Specification</h1>
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2020-05-19">19 May 2020</time></span></h2>
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2020-05-25">25 May 2020</time></span></h2>
<div data-fill-with="spec-metadata">
<dl>
<dt>This version:
Expand Down Expand Up @@ -605,7 +605,7 @@ <h2 class="no-num no-toc no-ref" id="contents">Table of Contents</h2>
<div class="section" id="webassembly-specification">
<h1>WebAssembly Specification</h1>
<div class="line-block">
<div class="line">Release 1.0 (Draft, May 19, 2020)</div>
<div class="line">Release 1.0 (Draft, May 25, 2020)</div>
</div>
<div class="line-block">
<div class="line">Editor: Andreas Rossberg</div>
Expand Down
2 changes: 1 addition & 1 deletion core/index.html
Expand Up @@ -77,7 +77,7 @@ <h3 id="searchlabel">Quick search</h3>
<div class="section" id="webassembly-specification">
<h1>WebAssembly Specification<a class="headerlink" href="#webassembly-specification" title="Permalink to this headline"></a></h1>
<div class="line-block">
<div class="line">Release 1.1 (Draft, May 19, 2020)</div>
<div class="line">Release 1.1 (Draft, May 25, 2020)</div>
</div>
<div class="line-block">
<div class="line">Editor: Andreas Rossberg</div>
Expand Down
10 changes: 5 additions & 5 deletions js-api/index.html
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 b945a0a8, updated Thu May 14 16:19:50 2020 -0700" name="generator">
<meta content="Bikeshed version 56380d92, updated Thu May 21 13:35:10 2020 -0700" name="generator">
<link href="https://www.w3.org/TR/wasm-js-api-1/" rel="canonical">
<meta content="7c4cbf3281cbb038f33efbd4352501baccc0fbcb" name="document-revision">
<meta content="47a20d6ac5c68c56f6d67690796e9381d5e8bd5a" name="document-revision">
<style>
emu-const {
font-family: serif;
Expand Down Expand Up @@ -271,7 +271,7 @@
<div class="head">
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2016/logos/W3C" width="72"> </a> </p>
<h1 class="p-name no-ref" id="title">WebAssembly JavaScript Interface</h1>
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2020-05-19">19 May 2020</time></span></h2>
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2020-05-25">25 May 2020</time></span></h2>
<div data-fill-with="spec-metadata">
<dl>
<dt>This version:
Expand Down Expand Up @@ -1169,7 +1169,7 @@ <h3 class="heading settled" data-level="3.4" id="tables"><span class="secno">3.4
<li data-md>
<p>If <var>maximum</var> is not empty and <var>maximum</var> &lt; <var>initial</var>, throw a <code class="idl"><a data-link-type="idl" href="https://tc39.github.io/ecma262/#sec-native-error-types-used-in-this-standard-rangeerror" id="ref-for-sec-native-error-types-used-in-this-standard-rangeerror③">RangeError</a></code> exception.</p>
<li data-md>
<p>Let <var>type</var> be the <a data-link-type="dfn" href="https://webassembly.github.io/spec/core/syntax/types.html#syntax-tabletype" id="ref-for-syntax-tabletype">table type</a> {<a data-link-type="dfn" href="https://webassembly.github.io/spec/core/syntax/types.html#syntax-tabletype" id="ref-for-syntax-tabletype①">min</a> <var>initial</var>, <a data-link-type="dfn" href="https://webassembly.github.io/spec/core/syntax/types.html#syntax-tabletype" id="ref-for-syntax-tabletype②">ma𝗑</a> <var>maximum</var>} <a data-link-type="dfn" href="https://webassembly.github.io/spec/core/syntax/types.html#syntax-tabletype" id="ref-for-syntax-tabletype③">an𝗒func</a>.</p>
<p>Let <var>type</var> be the <a data-link-type="dfn" href="https://webassembly.github.io/spec/core/syntax/types.html#syntax-tabletype" id="ref-for-syntax-tabletype">table type</a> {<a data-link-type="dfn" href="https://webassembly.github.io/spec/core/syntax/types.html#syntax-tabletype" id="ref-for-syntax-tabletype①">min</a> <var>initial</var>, <a data-link-type="dfn" href="https://webassembly.github.io/spec/core/syntax/types.html#syntax-tabletype" id="ref-for-syntax-tabletype②">max</a> <var>maximum</var>} <a data-link-type="dfn" href="https://webassembly.github.io/spec/core/syntax/types.html#syntax-tabletype" id="ref-for-syntax-tabletype③">anyfunc</a>.</p>
<li data-md>
<p>Let <var>store</var> be the <a data-link-type="dfn" href="https://tc39.github.io/ecma262/#surrounding-agent" id="ref-for-surrounding-agent①③">surrounding agent</a>'s <a data-link-type="dfn" href="#associated-store" id="ref-for-associated-store⑧">associated store</a>.</p>
<li data-md>
Expand Down Expand Up @@ -1436,7 +1436,7 @@ <h3 class="heading settled" data-level="3.6" id="exported-function-exotic-object
<li data-md>
<p>Let <var>funcinst</var> be <var>store</var>.funcs[<var>funcaddr</var>].</p>
<li data-md>
<p>If <var>funcinst</var> is of the form {t𝗒pe <var>functype</var>, 𝗁ostcode <var>hostfunc</var>},</p>
<p>If <var>funcinst</var> is of the form {type <var>functype</var>, hostcode <var>hostfunc</var>},</p>
<ol>
<li data-md>
<p class="assertion">Assert: <var>hostfunc</var> is a JavaScript object and <a data-link-type="dfn" href="https://tc39.github.io/ecma262/#sec-iscallable" id="ref-for-sec-iscallable①">IsCallable</a>(<var>hostfunc</var>) is true.</p>
Expand Down
6 changes: 3 additions & 3 deletions web-api/index.html
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 b945a0a8, updated Thu May 14 16:19:50 2020 -0700" name="generator">
<meta content="Bikeshed version 56380d92, updated Thu May 21 13:35:10 2020 -0700" name="generator">
<link href="https://www.w3.org/TR/wasm-web-api-1/" rel="canonical">
<meta content="7c4cbf3281cbb038f33efbd4352501baccc0fbcb" name="document-revision">
<meta content="47a20d6ac5c68c56f6d67690796e9381d5e8bd5a" name="document-revision">
<style>/* style-autolinks */

.css.css, .property.property, .descriptor.descriptor {
Expand Down Expand Up @@ -266,7 +266,7 @@
<div class="head">
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2016/logos/W3C" width="72"> </a> </p>
<h1 class="p-name no-ref" id="title">WebAssembly Web API</h1>
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2020-05-19">19 May 2020</time></span></h2>
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2020-05-25">25 May 2020</time></span></h2>
<div data-fill-with="spec-metadata">
<dl>
<dt>This version:
Expand Down

0 comments on commit cbbb20a

Please sign in to comment.