Skip to content

Commit 1c238ab

Browse files
authored
Update DECISION_URL for Wasm 2.0 CR advancement (#1794)
1 parent 71755b3 commit 1c238ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

document/core/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ BUILDDIR = _build
1010
STATICDIR = _static
1111
DOWNLOADDIR = _download
1212
NAME = WebAssembly
13-
DECISION_URL = https://github.com/WebAssembly/meetings/blob/main/main/2017/WG-12-06.md
13+
DECISION_URL = https://github.com/WebAssembly/meetings/blob/main/main/2024/WG-06-12.md
1414
TAR = tar
1515

1616
# Internal variables.

document/js-api/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ BUILDDIR = _build
33
STATICDIR = _static
44
DOWNLOADDIR = _download
55
NAME = WebAssembly
6-
DECISION_URL = https://github.com/WebAssembly/meetings/blob/main/main/2017/WG-12-06.md
6+
DECISION_URL = https://github.com/WebAssembly/meetings/blob/main/main/2024/WG-06-12.md
77
TAR = tar
88

99
.PHONY: all

document/web-api/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ BUILDDIR = _build
33
STATICDIR = _static
44
DOWNLOADDIR = _download
55
NAME = WebAssembly
6-
DECISION_URL = https://github.com/WebAssembly/meetings/blob/main/main/2017/WG-12-06.md
6+
DECISION_URL = https://github.com/WebAssembly/meetings/blob/main/main/2024/WG-06-12.md
77
TAR = tar
88

99
.PHONY: all

0 commit comments

Comments
 (0)