Skip to content

Commit 4c2a1bd

Browse files
authored
Add links and "WebAssembly aims to execute at native speed by taking advantage of common hardware capabilities available on a wide range of platforms. "
1 parent 79f52fe commit 4c2a1bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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)