|
6 | 6 | <meta content="ED" name="w3c-status">
|
7 | 7 | <meta content="Bikeshed version 742f3d674, updated Mon Nov 4 14:56:54 2024 -0800" name="generator">
|
8 | 8 | <link href="https://www.w3.org/TR/wasm-core-2/" rel="canonical">
|
9 |
| - <meta content="ace09470a6aab8e31710c6835a70a344cbec051b" name="revision"> |
| 9 | + <meta content="525a53cbfc9e8b733b1129731bdb6efa326f51a1" name="revision"> |
10 | 10 | <meta content="dark light" name="color-scheme">
|
11 | 11 | <meta charset="utf-8">
|
12 | 12 | <style>/* mathjax2katex fixes */
|
|
418 | 418 | <div class="head">
|
419 | 419 | <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/2021/logos/W3C" width="72"> </a> </p>
|
420 | 420 | <h1 class="p-name no-ref" id="title">WebAssembly Core Specification</h1>
|
421 |
| - <p id="w3c-state"><a href="https://www.w3.org/standards/types/#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2024-11-06">6 November 2024</time></p> |
| 421 | + <p id="w3c-state"><a href="https://www.w3.org/standards/types/#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2024-11-07">7 November 2024</time></p> |
422 | 422 | <details open>
|
423 | 423 | <summary>More details about this document</summary>
|
424 | 424 | <div data-fill-with="spec-metadata">
|
@@ -998,7 +998,7 @@ <h3 class="heading settled" data-level="1.1" id="introduction③"><span class="s
|
998 | 998 | <p>WebAssembly (abbreviated Wasm <a class="footnote-reference brackets" href="#wasm" id="id1" role="doc-noteref"><span class="fn-bracket">[</span>1<span class="fn-bracket">]</span></a>) is a <em>safe, portable, low-level code format</em> designed for efficient execution and compact representation.
|
999 | 999 | Its main goal is to enable high performance applications on the Web, but it does not make any Web-specific assumptions or provide Web-specific features, so it can be employed in other environments as well.</p>
|
1000 | 1000 | <p>WebAssembly is an open standard developed by a <a class="reference external" href="https://www.w3.org/community/webassembly/">W3C Community Group</a>.</p>
|
1001 |
| - <p>This document describes version 3.0 (Draft 2024-11-06) of the <a class="reference internal" href="#scope"><span class="std std-ref">core</span></a> WebAssembly standard. |
| 1001 | + <p>This document describes version 3.0 (Draft 2024-11-07) of the <a class="reference internal" href="#scope"><span class="std std-ref">core</span></a> WebAssembly standard. |
1002 | 1002 | It is intended that it will be superseded by new incremental releases with additional features in the future.</p>
|
1003 | 1003 | <section id="design-goals">
|
1004 | 1004 | <span id="goals"></span>
|
|
0 commit comments