diff options
| author | Derek Schuff <dschuff@chromium.org> | 2015-06-18 10:50:36 -0700 |
|---|---|---|
| committer | Derek Schuff <dschuff@chromium.org> | 2015-06-18 10:50:36 -0700 |
| commit | 7bf0be6f1cd004cfef73f29c875c85b8ee02d815 (patch) | |
| tree | 62fc309f69147d8a3fee09f718b1460a3f02fe20 /FAQ.md | |
| parent | 6f6ebc8f66246459e96854053cd9e78aec7dfcf3 (diff) | |
| download | nanowasm-design-7bf0be6f1cd004cfef73f29c875c85b8ee02d815.tar.gz | |
fix typo in link
Diffstat (limited to 'FAQ.md')
| -rw-r--r-- | FAQ.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -182,7 +182,7 @@ WebAssembly has several requirements and goals for its IR and binary encoding: * Fast decoding: The binary format should be fast to decompress and decode for fast startup of programs. * Fast compiling: The IR should be fast to compile (and suitable for either AOT- or JIT-compilation) for fast startup of programs. - * Minimal [nondeterminsim](Nondeterminsism.md): The behavior of programs should be as predictable and + * Minimal [nondeterminsim](Nondeterminism.md): The behavior of programs should be as predictable and deterministic as possible (and should be the same on every architecture, a stronger form of the portability requirement stated above). |
