diff options
Diffstat (limited to 'src/wasm-binary-reader.h')
-rw-r--r-- | src/wasm-binary-reader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-binary-reader.h b/src/wasm-binary-reader.h index 59bfffcf..424203e9 100644 --- a/src/wasm-binary-reader.h +++ b/src/wasm-binary-reader.h @@ -46,7 +46,7 @@ typedef struct WasmBinaryReader { void (*on_error)(WasmBinaryReaderContext* ctx, const char* message); /* module */ - WasmResult (*begin_module)(void* user_data); + WasmResult (*begin_module)(uint32_t version, void* user_data); WasmResult (*end_module)(void* user_data); /* signatures section */ |