Skip to content

Commit

Permalink
Merge pull request #83 from jamesray1/patch-2
Browse files Browse the repository at this point in the history
Add links and "WebAssembly aims to execute at native speed by taking …
  • Loading branch information
axic committed Jul 30, 2018
2 parents 72d34a5 + 4c2a1bd commit 1f541c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ This repository contains documents describing the design and high-level overview

## What is WebAssembly?

> 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.
> 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.
Please review the [WebAssembly design and instruction set](https://github.com/WebAssembly/design) first.
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).)

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

0 comments on commit 1f541c2

Please sign in to comment.