Skip to content

Commit 1f541c2

Browse files
authored
Merge pull request #83 from jamesray1/patch-2
Add links and "WebAssembly aims to execute at native speed by taking …
2 parents 72d34a5 + 4c2a1bd commit 1f541c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ This repository contains documents describing the design and high-level overview
44

55
## What is WebAssembly?
66

7-
> WebAssembly (or WASM for short) is a new, portable, size- and load-time-efficient format. WebAssembly is currently being designed as an open standard by a W3C Community Group.
7+
> WebAssembly (or Wasm as a contraction) is a new, portable, size- and load-time-efficient format. WebAssembly aims to execute at native speed by taking advantage of common hardware capabilities available on a wide range of platforms. WebAssembly is currently being designed as an open standard by a W3C Community Group.
88
9-
Please review the [WebAssembly design and instruction set](https://github.com/WebAssembly/design) first.
9+
Please review the [WebAssembly](http://webassembly.org/) [design](http://webassembly.org/docs/high-level-goals/) and [instruction set]() first. (You can also make a pull request or raise an issue at the [Wasm Github repo](https://github.com/WebAssembly/design).)
1010

1111
A few key points:
1212
* WebAssembly defines an instruction set, intermediate source format (WAST) and a binary encoded format (WASM).

0 commit comments

Comments
 (0)