diff options
| author | Dan Gohman <sunfish@mozilla.com> | 2015-09-14 14:20:18 -0700 |
|---|---|---|
| committer | Dan Gohman <sunfish@mozilla.com> | 2015-09-14 14:20:43 -0700 |
| commit | 905d6c45bb6bed2bc6e9fa069f34c25f186cd0ea (patch) | |
| tree | 75e0aa5e4630efa542766782d3ef14181a0d6166 /FAQ.md | |
| parent | 422f03c0421e3b202294542567432bc65e8f935b (diff) | |
| download | nanowasm-design-905d6c45bb6bed2bc6e9fa069f34c25f186cd0ea.tar.gz | |
Capitalize Instruction Set Architecture.
Diffstat (limited to 'FAQ.md')
| -rw-r--r-- | FAQ.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -173,7 +173,7 @@ many architectures is actively developed and maintained by a large community. In already uses LLVM as a basis for its binary format. However the goals and requirements that LLVM was designed to meet are subtly mismatched with those of WebAssembly. -WebAssembly has several requirements and goals for its instruction set architecture (ISA) and binary encoding: +WebAssembly has several requirements and goals for its Instruction Set Architecture (ISA) and binary encoding: * Portability: The ISA must be the same for every machine architecture. * Stability: The ISA and binary encoding must not change over time (or change only in ways that can be kept backward-compatible). |
