From 376bcc4b9cba79280d79be023d71e30d0b00ba47 Mon Sep 17 00:00:00 2001 From: Kenrick Date: Tue, 14 Jan 2020 09:05:51 +0800 Subject: Fix broken links to GC.md (#1209) * Fix broken links to GC.md * Update links to proposals repo --- Semantics.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Semantics.md') 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 -- cgit v1.2.3