You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Markup Shorthands: css no, markdown yes, algorithm no
12
+
Abstract: 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. To be used in coordination with the <a href="https://www.w3.org/TR/2018/WD-wasm-js-api-1/">WebAssembly JavaScript Interface</a> and the <a href="https://www.w3.org/TR/2018/WD-wasm-web-api-1/">WebAssembly Web API</a>.
13
+
</pre>
14
+
15
+
<pre class='biblio'>
16
+
{
17
+
"WEBASSEMBLY": {
18
+
"href": "https://webassembly.github.io/spec/",
19
+
"title": "WebAssembly Specification",
20
+
"publisher": "W3C WebAssembly Community Group",
21
+
"status": "Draft"
22
+
}
23
+
}
24
+
</pre>
25
+
26
+
<div boilerplate='status'>
27
+
<p>
28
+
This section describes the status of this document at the time of
29
+
its publication. Other documents may supersede this document. A list of
30
+
current W3C publications and the latest revision of this technical report
31
+
can be found in the <a href="https://www.w3.org/TR/">W3C technical reports
32
+
index at https://www.w3.org/TR/</a>.
33
+
</p>
34
+
35
+
<p>This document is a <b>First Public Working Draft</b>.</p>
36
+
<p>
37
+
Publication as a First Public Working Draft does not imply endorsement
38
+
by the W3C Membership. This is a draft document and may be updated,
39
+
replaced or obsoleted by other documents at any time. It is inappropriate
40
+
to cite this document as other than work in progress.
W3C maintains a <a href="https://www.w3.org/2004/01/pp-impl/101196/status" rel="disclosure">public list of any patent disclosures</a> made in
52
+
connection with the deliverables of the group; that page also includes
53
+
instructions for disclosing a patent. An individual who has actual
54
+
knowledge of a patent which the individual believes contains
55
+
<a href="https://www.w3.org/Consortium/Patent-Policy/#def-essential">Essential Claim(s)</a> must disclose the information in accordance with <a href="https://www.w3.org/Consortium/Patent-Policy/#sec-Disclosure">section
56
+
6 of the W3C Patent Policy</a>.
57
+
</p>
58
+
<p>This document is governed by the <a href="https://www.w3.org/2018/Process-20180201/" id="w3c_process_revision">1 February 2018 W3C Process Document</a>. </p>
0 commit comments