Skip to content

Commit ddee69a

Browse files
author
Travis CI
committed
Deploy to GitHub Pages: 4ba9c41
1 parent 4da347c commit ddee69a

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

core/bikeshed/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<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">
88
<meta content="Bikeshed version ae5d415446a9edf0c07d32303ac1d21767d86d57" name="generator">
99
<link href="https://www.w3.org/TR/wasm-core-1/" rel="canonical">
10-
<meta content="e1474b92e8bd768d6244a11437375753805cd558" name="document-revision">
10+
<meta content="4ba9c41e4fada5cd1b118e2813770373b8549c4e" name="document-revision">
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
1212

1313

0 Bytes
Binary file not shown.

index.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@ <h3>API specifications</h3>
4949
<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>
5050
</ul>
5151

52-
<p>Source for these documents is available
53-
<a href="https://github.com/WebAssembly/spec/">here</a></p>.
52+
<p>
53+
Source for these documents is available
54+
<a href="https://github.com/WebAssembly/spec/">here</a>.
55+
</p>
5456

5557
</article>
5658
</div>

js-api/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta content="This document provides an explicit JavaScript API for interacting with WebAssembly." name="abstract">
88
<meta content="Bikeshed version ae5d415446a9edf0c07d32303ac1d21767d86d57" name="generator">
99
<link href="https://www.w3.org/TR/wasm-js-api-1/" rel="canonical">
10-
<meta content="e1474b92e8bd768d6244a11437375753805cd558" name="document-revision">
10+
<meta content="4ba9c41e4fada5cd1b118e2813770373b8549c4e" name="document-revision">
1111
<style>/* style-md-lists */
1212

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

web-api/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta content="This document describes the integration of WebAssembly with the broader web platform." name="abstract">
88
<meta content="Bikeshed version ae5d415446a9edf0c07d32303ac1d21767d86d57" name="generator">
99
<link href="https://www.w3.org/TR/wasm-web-api-1/" rel="canonical">
10-
<meta content="e1474b92e8bd768d6244a11437375753805cd558" name="document-revision">
10+
<meta content="4ba9c41e4fada5cd1b118e2813770373b8549c4e" name="document-revision">
1111
<style>/* style-md-lists */
1212

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

0 commit comments

Comments
 (0)