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:
@@ -237,8 +237,8 @@ struct Wasm_test : public beast::unit_test::Suite
|
||||
// xxd -p mymodule.wasm | tr -d '\n'
|
||||
static auto const kWasmModule = hexToBytes(
|
||||
"0061736d010000000105016000017f03020100040401700000070a010666696e69736800000a0601040041"
|
||||
"010b0018127872706c2d657363726f772d7374646c6962342e352e360018127872706c2d636f6d6d6f6e2d"
|
||||
"7374646c6962312e322e33");
|
||||
"010b00201a7872706c2d657363726f772d7374646c69622d76657273696f6e342e352e3600201a7872706c"
|
||||
"2d636f6d6d6f6e2d7374646c69622d76657273696f6e312e322e33");
|
||||
|
||||
StreamSink sink{beast::Severity::Debug};
|
||||
beast::Journal const journal{sink};
|
||||
|
||||
Reference in New Issue
Block a user