I am trying to run a local network using Substrate Node Template and have replaced the wasm runtime with one, built from Go. Unfortunately, when I start the network I get the following error:
Error: Service(Client(VersionInvalid("Error calling api function: Unknown version")))
So far, I have been able to execute runtime functions (e.g. Core_version) using Gossamer, and using Rust's wasmer and wasmtime.
I was wondering if there is some specific requirement in sc_executor that might affect this.