Skip to content

Commit

Permalink
Deploy to GitHub Pages: 4ba9c41
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Feb 15, 2018
1 parent 4da347c commit ddee69a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/bikeshed/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<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 ae5d415446a9edf0c07d32303ac1d21767d86d57" name="generator">
<link href="https://www.w3.org/TR/wasm-core-1/" rel="canonical">
<meta content="e1474b92e8bd768d6244a11437375753805cd558" name="document-revision">
<meta content="4ba9c41e4fada5cd1b118e2813770373b8549c4e" name="document-revision">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">


Expand Down
Binary file modified core/multipage/_download/WebAssembly.pdf
Binary file not shown.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ <h3>API specifications</h3>
<li><p><a href="web-api/index.html">Web API</a>: defines extensions to the JavaScript API made available specifically in web browsers, in particular, an interface for streaming compilation and instantiation from origin-bound <code>Response</code> types.</p></li>
</ul>

<p>Source for these documents is available
<a href="https://github.com/WebAssembly/spec/">here</a></p>.
<p>
Source for these documents is available
<a href="https://github.com/WebAssembly/spec/">here</a>.
</p>

</article>
</div>
Expand Down
2 changes: 1 addition & 1 deletion js-api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta content="This document provides an explicit JavaScript API for interacting with WebAssembly." name="abstract">
<meta content="Bikeshed version ae5d415446a9edf0c07d32303ac1d21767d86d57" name="generator">
<link href="https://www.w3.org/TR/wasm-js-api-1/" rel="canonical">
<meta content="e1474b92e8bd768d6244a11437375753805cd558" name="document-revision">
<meta content="4ba9c41e4fada5cd1b118e2813770373b8549c4e" name="document-revision">
<style>/* style-md-lists */

/* This is a weird hack for me not yet following the commonmark spec
Expand Down
2 changes: 1 addition & 1 deletion web-api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta content="This document describes the integration of WebAssembly with the broader web platform." name="abstract">
<meta content="Bikeshed version ae5d415446a9edf0c07d32303ac1d21767d86d57" name="generator">
<link href="https://www.w3.org/TR/wasm-web-api-1/" rel="canonical">
<meta content="e1474b92e8bd768d6244a11437375753805cd558" name="document-revision">
<meta content="4ba9c41e4fada5cd1b118e2813770373b8549c4e" name="document-revision">
<style>/* style-md-lists */

/* This is a weird hack for me not yet following the commonmark spec
Expand Down

0 comments on commit ddee69a

Please sign in to comment.