diff options
| author | Seth Thompson <s3th.thompson@gmail.com> | 2016-11-09 14:28:14 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-09 14:28:14 -0800 |
| commit | e686a03efd88f124f99e166254780a59a82dd70d (patch) | |
| tree | a822880b279aaaf9daa73647c80d19a124e3353e /Semantics.md | |
| parent | 6af67f4dcfe48ca4d15304f529aaf6325544e34b (diff) | |
| download | nanowasm-design-e686a03efd88f124f99e166254780a59a82dd70d.tar.gz | |
Link typos (#865)
Diffstat (limited to 'Semantics.md')
| -rw-r--r-- | Semantics.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Semantics.md b/Semantics.md index 2d1edd1..37a090b 100644 --- a/Semantics.md +++ b/Semantics.md @@ -281,7 +281,7 @@ to hold the array of indirectly-callable functions. Thus, in the MVP: this can only be done through the host environment (e.g., the `WebAssembly` [JavaScript API](JS.md#webassemblytable-objects)). -These restrictions may be relaxed in the [future :unicorn:][types]. +These restrictions may be relaxed in the [future :unicorn:][future types]. ## Local variables @@ -534,7 +534,7 @@ Floating point arithmetic follows the IEEE 754-2008 standard, except that: supported. In the future, these limitations may be lifted, enabling -[full IEEE 754-2008 support :unicorn:][future ieee 745]. +[full IEEE 754-2008 support :unicorn:][future ieee 754]. Note that not all operators required by IEEE 754-2008 are provided directly. However, WebAssembly includes enough functionality to support reasonable library |
