diff options
| author | Dan Gohman <sunfish@mozilla.com> | 2015-06-12 10:30:53 -0700 |
|---|---|---|
| committer | Dan Gohman <sunfish@mozilla.com> | 2015-06-12 10:30:53 -0700 |
| commit | b807a062ac0fca0baae06bdd165d19637a42e2d4 (patch) | |
| tree | b9f69f61dfa5c77fde913c3d891dff71b8b5dd66 /CAndC++.md | |
| parent | f0d1c3b9be50cc61ec9b81976ea969847b93f09a (diff) | |
| download | nanowasm-design-b807a062ac0fca0baae06bdd165d19637a42e2d4.tar.gz | |
Use a colon.
Diffstat (limited to 'CAndC++.md')
| -rw-r--r-- | CAndC++.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ C and C++ developers. ### Platform features -WebAssembly has a pretty conventional ISA. 8-bit bytes, two's complement +WebAssembly has a pretty conventional ISA: 8-bit bytes, two's complement integers, little-endian, and a lot of other normal properties. Reasonably portable C/C++ code should port to WebAssembly without difficultly. |
