Minor fixes from PR comments
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user