summaryrefslogtreecommitdiff
path: root/src/binary-reader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/binary-reader.h')
-rw-r--r--src/binary-reader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/binary-reader.h b/src/binary-reader.h
index 617dec4c..bf928d61 100644
--- a/src/binary-reader.h
+++ b/src/binary-reader.h
@@ -175,6 +175,8 @@ typedef struct WasmBinaryReader {
uint32_t value,
uint32_t value2);
WasmResult (*on_opcode_uint64)(WasmBinaryReaderContext* ctx, uint64_t value);
+ WasmResult (*on_opcode_f32)(WasmBinaryReaderContext* ctx, uint32_t value);
+ WasmResult (*on_opcode_f64)(WasmBinaryReaderContext* ctx, uint64_t value);
WasmResult (*on_opcode_block_sig)(WasmBinaryReaderContext* ctx,
uint32_t num_types,
WasmType* sig_types);