Skip to content

Commit 10ccf25

Browse files
committed
Update DECISION_URL for Wasm 2.0 CR advancement
1 parent 71755b3 commit 10ccf25

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

document/core/Makefile

+1-1
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

+1-1
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

+1-1
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)