feat: Add version information to wasm module

This commit is contained in:
TimothyBanks
2026-07-21 13:21:37 -04:00
parent 040e31d346
commit b44a7c7dde

View File

@@ -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};