diff options
author | Ben Smith <binji@chromium.org> | 2016-04-15 01:20:24 -0700 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2016-04-15 01:20:24 -0700 |
commit | 30a62b7348a529e79008b6bf4bd72783dcd10d7b (patch) | |
tree | caa493c7999ca7bf989ed7d4d8ba02248f6f12ef /src/wasm-binary-reader-ast.h | |
parent | 7c1ebc333ff50a7b8c0a5e6469ce518c9a3d47bd (diff) | |
download | wabt-30a62b7348a529e79008b6bf4bd72783dcd10d7b.tar.gz wabt-30a62b7348a529e79008b6bf4bd72783dcd10d7b.tar.bz2 wabt-30a62b7348a529e79008b6bf4bd72783dcd10d7b.zip |
error handling for binary readers
Also, some logging cleanup in the binary readers.
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 |