aboutsummaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authortitzer <titzer@google.com>2016-10-11 17:47:02 +0200
committerGitHub <noreply@github.com>2016-10-11 17:47:02 +0200
commite49fc18b684c953e3d920dcfc4bfce8ede9268dd (patch)
treedb3843485e77013c763c4dbf27de9ab3711e371b /FAQ.md
parentacfa2e2f6e02bb4f9c46a03882b72fb43e410eca (diff)
downloadnanowasm-design-e49fc18b684c953e3d920dcfc4bfce8ede9268dd.tar.gz
Structured stack (#813)
* Rename AstSemantics.md to Semantics.md * Rewrite Semantics for structured stack machine * Update control instructions * Update nop * More tweaks * Update README.md * Update Semantics.md * Update Semantics.md * Address @rossberg-chromium comments
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/FAQ.md b/FAQ.md
index e44a595..562cffd 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -310,7 +310,7 @@ syscall in POSIX, WebAssembly unpacks this functionality into multiple
operators:
* the MVP starts with the ability to grow linear memory via a
- [`grow_memory`](AstSemantics.md#resizing) operator;
+ [`grow_memory`](Semantics.md#resizing) operator;
* proposed
[future features](FutureFeatures.md#finer-grained-control-over-memory) would
allow the application to change the protection and mappings for pages in the