Skip to content

Commit

Permalink
publish: Don't affect memory on partial out-of-bounds stores (#439)
Browse files Browse the repository at this point in the history
generated from commit e077866
  • Loading branch information
rossberg committed Mar 10, 2017
1 parent a120a89 commit 90ed914
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
Binary file modified _download/WebAssembly.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h1>WebAssembly Specification<a class="headerlink" href="#webassembly-specificat
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="syntax/index.html">Structure</a><ul>
<li class="toctree-l2"><a class="reference internal" href="syntax/conventions.html">Abstract Syntax</a></li>
<li class="toctree-l2"><a class="reference internal" href="syntax/conventions.html">Conventions</a></li>
<li class="toctree-l2"><a class="reference internal" href="syntax/values.html">Values</a></li>
<li class="toctree-l2"><a class="reference internal" href="syntax/types.html">Types</a></li>
<li class="toctree-l2"><a class="reference internal" href="syntax/modules.html">Modules</a></li>
Expand Down
Binary file modified objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions syntax/conventions.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Abstract Syntax &#8212; WebAssembly 1.0</title>
<title>Conventions &#8212; WebAssembly 1.0</title>

<link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
Expand Down Expand Up @@ -48,7 +48,7 @@
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../introduction/index.html">Introduction</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="index.html">Structure</a><ul class="current">
<li class="toctree-l2 current"><a class="current reference internal" href="#">Abstract Syntax</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="#">Conventions</a></li>
<li class="toctree-l2"><a class="reference internal" href="values.html">Values</a></li>
<li class="toctree-l2"><a class="reference internal" href="types.html">Types</a></li>
<li class="toctree-l2"><a class="reference internal" href="modules.html">Modules</a></li>
Expand Down Expand Up @@ -92,8 +92,8 @@ <h3>Quick search</h3>
<div class="bodywrapper">
<div class="body" role="main">

<span class="target" id="syntax"></span><div class="section" id="abstract-syntax">
<span id="index-0"></span><h1>Abstract Syntax<a class="headerlink" href="#abstract-syntax" title="Permalink to this headline"></a></h1>
<span class="target" id="syntax"></span><div class="section" id="conventions">
<span id="index-0"></span><h1>Conventions<a class="headerlink" href="#conventions" title="Permalink to this headline"></a></h1>
<p>WebAssembly is a programming language that does not have a concrete syntax
(other than the auxiliary <span class="xref std std-ref">text format</span>).
For conciseness, however, its structure is described in the form of an <em>abstract syntax</em>.
Expand Down
6 changes: 3 additions & 3 deletions syntax/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="top" title="WebAssembly 1.0" href="../index.html" />
<link rel="next" title="Abstract Syntax" href="conventions.html" />
<link rel="next" title="Conventions" href="conventions.html" />
<link rel="prev" title="Overview" href="../introduction/overview.html" />

<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand All @@ -47,7 +47,7 @@
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../introduction/index.html">Introduction</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Structure</a><ul>
<li class="toctree-l2"><a class="reference internal" href="conventions.html">Abstract Syntax</a></li>
<li class="toctree-l2"><a class="reference internal" href="conventions.html">Conventions</a></li>
<li class="toctree-l2"><a class="reference internal" href="values.html">Values</a></li>
<li class="toctree-l2"><a class="reference internal" href="types.html">Types</a></li>
<li class="toctree-l2"><a class="reference internal" href="modules.html">Modules</a></li>
Expand Down Expand Up @@ -95,7 +95,7 @@ <h3>Quick search</h3>
<h1>Structure<a class="headerlink" href="#structure" title="Permalink to this headline"></a></h1>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="conventions.html">Abstract Syntax</a><ul>
<li class="toctree-l1"><a class="reference internal" href="conventions.html">Conventions</a><ul>
<li class="toctree-l2"><a class="reference internal" href="conventions.html#index-1">Grammar</a></li>
<li class="toctree-l2"><a class="reference internal" href="conventions.html#auxiliary-notation">Auxiliary Notation</a></li>
</ul>
Expand Down

0 comments on commit 90ed914

Please sign in to comment.