From e49fc18b684c953e3d920dcfc4bfce8ede9268dd Mon Sep 17 00:00:00 2001 From: titzer Date: Tue, 11 Oct 2016 17:47:02 +0200 Subject: 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 --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FAQ.md') 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 -- cgit v1.2.3