aboutsummaryrefslogtreecommitdiff
path: root/CAndC++.md
diff options
context:
space:
mode:
authorBrad Nelson <flagxor@gmail.com>2016-10-27 20:58:36 -0700
committerSeth Thompson <s3th.thompson@gmail.com>2016-10-27 20:58:36 -0700
commit93e4e3b2d27884bf0cc989bed4f1161074804ada (patch)
tree33fd57fb3056744ef198051a8a660afc4601178d /CAndC++.md
parentcad0ea9ed5f0ac1dda62abe2c66d0a38ff8c104d (diff)
downloadnanowasm-design-93e4e3b2d27884bf0cc989bed4f1161074804ada.tar.gz
Tagging future features with icon. (#839)
Added brief item on multiple return.
Diffstat (limited to 'CAndC++.md')
-rw-r--r--CAndC++.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CAndC++.md b/CAndC++.md
index 76866e2..8a64d10 100644
--- a/CAndC++.md
+++ b/CAndC++.md
@@ -20,7 +20,7 @@ has an LP64 data model, meaning that `long` and pointer types will be
[The MVP](MVP.md) will support only wasm32; support for wasm64 will be
added in the future to support
-[64-bit address spaces](FutureFeatures.md#linear-memory-bigger-than-4-gib).
+[64-bit address spaces :unicorn:][future 64-bit].
`float` and `double` are the IEEE 754-2008 single- and double-precision types,
which are native in WebAssembly. `long double` is the IEEE 754-2008
@@ -128,3 +128,6 @@ WebAssembly has very limited [nondeterminism](Nondeterminism.md), so it is
expected that compiled WebAssembly programs will behave very consistently
across different implementations, and across different versions of the same
implementation.
+
+[future 64-bit]: FutureFeatures.md#linear-memory-bigger-than-4-gib
+