You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when we are trying to compile parachain runtime we end up with compilation error:
FatalSerializationException while deserializing WASM user name section: global name subsection requires extendedNameSection feature
Possibly that means that we cannot use WAVM for parachains (unfortunately). Task is to check if indeed there is no way we can make WAVM compile parachain runtimes.
Currently when we are trying to compile parachain runtime we end up with compilation error:
Possibly that means that we cannot use WAVM for parachains (unfortunately). Task is to check if indeed there is no way we can make WAVM compile parachain runtimes.
Way to reproduce:
Patch KAGOME with Run_core_version_on_westmint.patch
Run (CoreTest, VersionTest) from core_integration_test.cpp
The text was updated successfully, but these errors were encountered: