aboutsummaryrefslogtreecommitdiff
path: root/Semantics.md
diff options
context:
space:
mode:
authorKenrick <kenrick95@gmail.com>2020-01-14 09:05:51 +0800
committerBen Smith <binji@chromium.org>2020-01-13 17:05:51 -0800
commit376bcc4b9cba79280d79be023d71e30d0b00ba47 (patch)
tree98eda8080ac368a3df3535a58e4df0556cc83d09 /Semantics.md
parent541b81160e3aac49ff21d21b3a4c04bb62cdfa4c (diff)
downloadnanowasm-design-376bcc4b9cba79280d79be023d71e30d0b00ba47.tar.gz
Fix broken links to GC.md (#1209)
* Fix broken links to GC.md * Update links to proposals repo
Diffstat (limited to 'Semantics.md')
-rw-r--r--Semantics.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Semantics.md b/Semantics.md
index 837e6ab..aa0ed9f 100644
--- a/Semantics.md
+++ b/Semantics.md
@@ -328,7 +328,7 @@ In the MVP, the primary use case of global variables is to represent
instantiation-time immutable values as a useful building block for
[dynamic linking](DynamicLinking.md).
-After the MVP, when [reference types](GC.md) are added to the set of [value types](#types),
+After the MVP, when [reference types][future reference types] are added to the set of [value types](#types),
global variables will be necessary to allow sharing reference types between
[threads :unicorn:][future threads] since shared linear memory cannot load or store
references.
@@ -708,3 +708,4 @@ The details of validation are currently defined by the [spec interpreter](https:
[future types]: FutureFeatures.md#more-table-operators-and-types
[future large pages]: FutureFeatures.md#large-page-support
[future ieee 754]: FutureFeatures.md#full-ieee-754-2008-conformance
+[future reference types]: https://github.com/WebAssembly/proposals/issues/10