From 30a62b7348a529e79008b6bf4bd72783dcd10d7b Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Fri, 15 Apr 2016 01:20:24 -0700 Subject: error handling for binary readers Also, some logging cleanup in the binary readers. --- src/wasm-binary-reader-ast.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wasm-binary-reader-ast.h') 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 -- cgit v1.2.3