summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorYuta Saito <kateinoigakukun@gmail.com>2022-12-20 16:32:14 +0900
committerYuta Saito <kateinoigakukun@gmail.com>2022-12-21 00:10:27 +0900
commit25635bbcee64f052e9d66298c25ff3005583bc58 (patch)
tree15d9c27fccd2185ccb245fbc1398506d4a15dd57 /NEWS.md
parent950dc1698910e329fe224720123292e27c9d0981 (diff)
Add links to Wasm port resources to NEWS.md
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6968
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 9ed71e01c9..2d49e6f863 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -548,7 +548,7 @@ Note: We're only listing outstanding class updates.
## Supported platforms
-* WebAssembly/WASI is added. [[Feature #18462]]
+* WebAssembly/WASI is added. See [[wasm/README.md]] and [[ruby.wasm]] for more details. [[Feature #18462]]
## Compatibility issues
@@ -799,3 +799,5 @@ The following deprecated APIs are removed.
[sec-156615]: https://hackerone.com/reports/156615
[ruby-3-2-irb]: https://st0012.dev/whats-new-in-ruby-3-2-irb
[CVE-2021-33621]: https://www.ruby-lang.org/en/news/2022/11/22/http-response-splitting-in-cgi-cve-2021-33621/
+[wasm/README.md]: https://github.com/ruby/ruby/blob/master/wasm/README.md
+[ruby.wasm]: https://github.com/ruby/ruby.wasm