aboutsummaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
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 1e0fb5e..6c930fd 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -255,7 +255,7 @@ omission is:
address space fragmentation). There are two problems with this:
* This interleaving with unrelated allocations does not currently admit
efficient security checks to prevent one module from corrupting data outside
- its heap (see discussion in #285).
+ its heap (see discussion in [#285](https://github.com/WebAssembly/design/pull/285)).
* This interleaving would require making allocation nondeterministic.
Nondeterminism is something that WebAssemgly generally
[tries to avoid](Nondeterminism.md) and in this particular case, history