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. --- DynamicLinking.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'DynamicLinking.md') diff --git a/DynamicLinking.md b/DynamicLinking.md index 52920c6..1ce94bb 100644 --- a/DynamicLinking.md +++ b/DynamicLinking.md @@ -69,7 +69,7 @@ To implement run-time dynamic linking (e.g., `dlopen` and `dlsym`): search the instances's exports, append the found function to the function table (using host-defined functionality in the MVP, but directly from WebAssembly code in the - [future](FutureFeatures.md#more-table-operators-and-types)) and return the + [future :unicorn:][future types]) and return the table index of the appended element to the caller. Note that the representation of a C function-pointer in WebAssembly is an index @@ -91,3 +91,5 @@ runtimes will be ABI agnostic, so it will be possible to use a non-standard ABI for specialized purposes. [ABI]: https://en.wikipedia.org/wiki/Application_binary_interface + +[future types]: FutureFeatures.md#more-table-operators-and-types -- cgit v1.2.3