diff options
Diffstat (limited to 'src/wasm-parser.h')
-rw-r--r-- | src/wasm-parser.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wasm-parser.h b/src/wasm-parser.h index abbdc662..b383da96 100644 --- a/src/wasm-parser.h +++ b/src/wasm-parser.h @@ -23,7 +23,9 @@ struct WasmScript; WASM_EXTERN_C_BEGIN -WasmResult wasm_parse(WasmLexer lexer, struct WasmScript* out_script); +WasmResult wasm_parse(WasmLexer lexer, + struct WasmScript* out_script, + WasmSourceErrorHandler*); WASM_EXTERN_C_END #endif /* WASM_PARSER_H_ */ |