diff options
| author | Brad Nelson <flagxor@gmail.com> | 2016-10-27 20:58:36 -0700 |
|---|---|---|
| committer | Seth Thompson <s3th.thompson@gmail.com> | 2016-10-27 20:58:36 -0700 |
| commit | 93e4e3b2d27884bf0cc989bed4f1161074804ada (patch) | |
| tree | 33fd57fb3056744ef198051a8a660afc4601178d /DynamicLinking.md | |
| parent | cad0ea9ed5f0ac1dda62abe2c66d0a38ff8c104d (diff) | |
| download | nanowasm-design-93e4e3b2d27884bf0cc989bed4f1161074804ada.tar.gz | |
Tagging future features with icon. (#839)
Added brief item on multiple return.
Diffstat (limited to 'DynamicLinking.md')
| -rw-r--r-- | DynamicLinking.md | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
