Minor fixes from PR comments

This commit is contained in:
Ethan Frey
2021-01-07 14:22:08 +01:00
parent 080880fcde
commit 71b9b72475
2 changed files with 8 additions and 8 deletions

View File

@@ -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

View File

@@ -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 |