From 93e4e3b2d27884bf0cc989bed4f1161074804ada Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Thu, 27 Oct 2016 20:58:36 -0700 Subject: Tagging future features with icon. (#839) Added brief item on multiple return. --- CAndC++.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'CAndC++.md') 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 + -- cgit v1.2.3