diff options
| author | Luke Wagner <luke@mozilla.com> | 2015-08-05 13:09:25 -1000 |
|---|---|---|
| committer | Luke Wagner <luke@mozilla.com> | 2015-08-12 08:23:30 -1000 |
| commit | ea8763fe83b98e47af39d0cb2c16e5c8db9746d3 (patch) | |
| tree | d800b9a4d23c1e05780cc90b139934b96ea33eae /FAQ.md | |
| parent | 0ef4e93fe3bea4356fdee2c647b2dbc54cc2d3d0 (diff) | |
| download | nanowasm-design-ea8763fe83b98e47af39d0cb2c16e5c8db9746d3.tar.gz | |
Address first round of comments
Diffstat (limited to 'FAQ.md')
| -rw-r--r-- | FAQ.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
