diff --git a/INTEGRATION.md b/INTEGRATION.md index 21138186a5..4e65dc90cb 100644 --- a/INTEGRATION.md +++ b/INTEGRATION.md @@ -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 diff --git a/README.md b/README.md index 842d62eb9c..bdfb9674db 100644 --- a/README.md +++ b/README.md @@ -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 |