Skip to content

Commit

Permalink
validator: update libwasm notes
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Dec 31, 2024
1 parent d154a86 commit 54f4dbb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ journalctl -u gonative -f

### libwasmvm

Currently, CosmWasm is not integrated, and libwasmvm is not needed.

<!--
When you build the binary from source on the server machine you probably don't need any change. Building from source automatically link the `libwasmvm.$(uname -m).so` created as a part of the build process.
However when you download a binary from GitHub, or from another source, make sure you have the required version of `libwasmvm.<cpu_arch>.so` (should be in your lib directory, e.g.: `/usr/local/lib/`). You can get it:
Expand All @@ -203,3 +206,5 @@ NOTE: If use Cosmovisor with auto-download binaries, rather than building from s
See [Release Compatibility Matrix](https://github.com/gonative-cc/gonative#release-compatibility-matrix).
**To test if the libwasm is linked correctly, run `gonative version`.**
-->

0 comments on commit 54f4dbb

Please sign in to comment.