Skip to content

Commit

Permalink
Minor fixes from PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfrey committed Jan 7, 2021
1 parent 080880f commit 71b9b72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions INTEGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ hardware it runs on.

| wasmd | Cosmos SDK |
|:-----:|:----------:|
| v0.7 | v0.38.3 |
| v0.8 | v0.38.3 |
| v0.9 | v0.38.3 |
| v0.10 | v0.39.1 |
| v0.11 | v0.39.1 |
| v0.12 | v0.40.0-rc3 |
| v0.13 | v0.40.0-rc3 |
| v0.14 | v0.40.0-rc6 |
| v0.13 | v0.40.0-rc3 |
| v0.12 | v0.40.0-rc3 |
| v0.11 | v0.39.1 |
| v0.10 | v0.39.1 |
| v0.9 | v0.38.3 |
| v0.8 | v0.38.3 |
| v0.7 | v0.38.3 |

We currently only support Intel/AMD64 CPUs and OSX or Linux. For Linux, the standard build
commands work for `glibc` systems (Ubuntu, Debian, CentOS, etc). If you wish to compile
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ addition of the `x/wasm` module.
## Compatibility

A VM can support one or more contract-VM interface versions. The interface
version is communicated by the contract via a Wasm import. This is the current
version is communicated by the contract via a Wasm export. This is the current
compatibility list:

| wasmd | cosmwasm-vm | cosmwasm-std |
Expand Down

0 comments on commit 71b9b72

Please sign in to comment.