Skip to content

Commit ce4b6c4

Browse files
authored
[spec] Bump release to 2 (#1443)
At yesterday's WG meeting, we decided to make a new release, now switching to the Evergreen model. For administrative and technical reasons having to do with W3C procedure, we decided to bump the release number to 2. From now on, the standard will iterate at version 2 from the W3C's official perspective. We use minor release numbers internally to distinguish different iterations. (@ericprud, I hope I understood correctly that the Bikeshed "level" also needed to be bumped to 2.)
1 parent 4ea0e9a commit ce4b6c4

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

Diff for: document/core/appendix/changes.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Change History
77
Since the original release 1.0 of the WebAssembly specification, a number of proposals for extensions have been integrated.
88
The following sections provide an overview of what has changed.
99

10-
Release 1.1
10+
Release 2.0
1111
~~~~~~~~~~~
1212

1313
.. index:: instruction, integer

Diff for: document/core/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
# If your documentation needs a minimal Sphinx version, state it here.
2828
#
29-
needs_sphinx = '1.4'
29+
needs_sphinx = '2.3'
3030

3131
# Add any Sphinx extension module names here, as strings. They can be
3232
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
@@ -60,7 +60,7 @@
6060
name = 'WebAssembly'
6161
project = u'WebAssembly'
6262
title = u'WebAssembly Specification'
63-
copyright = u'2017, WebAssembly Community Group'
63+
copyright = u'2022, WebAssembly Community Group'
6464
author = u'WebAssembly Community Group'
6565
editor = u'Andreas Rossberg (editor)'
6666
logo = 'static/webassembly.png'
@@ -79,7 +79,7 @@
7979
# built documents.
8080
#
8181
# The short X.Y version.
82-
version = u'1.1'
82+
version = u'2.0'
8383
# The full version, including alpha/beta/rc tags.
8484
release = version + ('' if proposal == '' else ' + ') + proposal + draft
8585

Diff for: document/core/index.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ Title: WebAssembly Core Specification
33
Shortname: wasm-core
44
Group: wasm
55
Status: ED
6-
Level: 1
7-
TR: https://www.w3.org/TR/wasm-core-1/
6+
Level: 2
7+
TR: https://www.w3.org/TR/wasm-core-2/
88
ED: https://webassembly.github.io/spec/core/bikeshed/
99
Editor: Andreas Rossberg (Dfinity Stiftung)
1010
Repository: WebAssembly/spec
1111
Markup Shorthands: css no, markdown no, algorithm no, idl no
12-
Abstract: This document describes version 1.1 of the core WebAssembly standard, a safe, portable, low-level code format designed for efficient execution and compact representation.
12+
Abstract: This document describes version 2.0 of the core WebAssembly standard, a safe, portable, low-level code format designed for efficient execution and compact representation.
1313
Prepare For TR: true
1414
</pre>
1515

Diff for: document/js-api/index.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Title: WebAssembly JavaScript Interface
33
Shortname: wasm-js-api
44
Group: wasm
55
Status: ED
6-
Level: 1
7-
TR: https://www.w3.org/TR/wasm-js-api-1/
6+
Level: 2
7+
TR: https://www.w3.org/TR/wasm-js-api-2/
88
ED: https://webassembly.github.io/spec/js-api/
99
Editor: Ms2ger, Igalia
1010
Repository: WebAssembly/spec

Diff for: document/web-api/index.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Title: WebAssembly Web API
33
Shortname: wasm-web-api
44
Group: wasm
55
Status: ED
6-
Level: 1
7-
TR: https://www.w3.org/TR/wasm-web-api-1/
6+
Level: 2
7+
TR: https://www.w3.org/TR/wasm-web-api-2/
88
ED: https://webassembly.github.io/spec/web-api/
99
Editor: Ms2ger, Igalia
1010
Repository: WebAssembly/spec

Diff for: interpreter/main/main.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
let name = "wasm"
2-
let version = "1.1"
2+
let version = "2.0"
33

44
let configure () =
55
Import.register (Utf8.decode "spectest") Spectest.lookup;

0 commit comments

Comments
 (0)