diff options
Diffstat (limited to 'src/wasm-binary-reader-ast.h')
-rw-r--r-- | src/wasm-binary-reader-ast.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm-binary-reader-ast.h b/src/wasm-binary-reader-ast.h index dfe8c2b4..5b1f73d8 100644 --- a/src/wasm-binary-reader-ast.h +++ b/src/wasm-binary-reader-ast.h @@ -28,6 +28,7 @@ WasmResult wasm_read_binary_ast(struct WasmAllocator* allocator, const void* data, size_t size, const struct WasmReadBinaryOptions* options, + WasmBinaryErrorHandler*, struct WasmModule* out_module); WASM_EXTERN_C_END |