mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-24 15:40:26 +00:00
feat: Add version information to wasm module
This commit is contained in:
@@ -949,7 +949,7 @@ WasmiEngine::runHlp(
|
||||
|
||||
for (auto const& version : extractVersionInfo(wasmCode))
|
||||
{
|
||||
j_.debug() << "Module version: " << version.name << " " << version.version << "\n";
|
||||
j_.debug() << "Module version: " << version.name << " " << version.version;
|
||||
}
|
||||
|
||||
// Create and instantiate the module.
|
||||
|
||||
Reference in New Issue
Block a user