diff options
| author | Kenrick <kenrick95@gmail.com> | 2020-01-14 09:05:51 +0800 |
|---|---|---|
| committer | Ben Smith <binji@chromium.org> | 2020-01-13 17:05:51 -0800 |
| commit | 376bcc4b9cba79280d79be023d71e30d0b00ba47 (patch) | |
| tree | 98eda8080ac368a3df3535a58e4df0556cc83d09 /Semantics.md | |
| parent | 541b81160e3aac49ff21d21b3a4c04bb62cdfa4c (diff) | |
| download | nanowasm-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.md | 3 |
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 |
