Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
conr2d committed Jan 20, 2020
1 parent c7e0440 commit 42f780f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# EOSCC
## Version : 1.6.3
## Version : 1.6.4

The EOSIO Compiler Collection (EOSCC) is a toolchain for WebAssembly (WASM) and set of tools to facilitate contract writing for the EOSIO platform. In addition to being a general purpose WebAssembly toolchain, [EOSIO](https://github.com/eosio/eos) specific optimizations are available to support building EOSIO smart contracts. This new toolchain is built around [Clang 7](https://github.com/eosio/llvm), which means that EOSCC has the most currently available optimizations and analyses from LLVM, but as the WASM target is still considered experimental, some optimizations are not available or incomplete.

Expand All @@ -10,8 +10,8 @@ EOSCC currently supports Linux x86_64 Debian packages and Mac OS X brew.

#### Debian Package Install
```sh
$ wget https://github.com/turnpike2/eoscc/releases/download/v1.6.3/eoscc_1.6.3-1-ubuntu-18.04_amd64.deb
$ sudo apt install ./eoscc_1.6.3-1-ubuntu-18.04_amd64.deb
$ wget https://github.com/turnpike2/eoscc/releases/download/v1.6.4/eoscc_1.6.4-1-ubuntu-18.04_amd64.deb
$ sudo apt install ./eoscc_1.6.4-1-ubuntu-18.04_amd64.deb
```
#### Debian Package Uninstall
```sh
Expand Down

0 comments on commit 42f780f

Please sign in to comment.