summaryrefslogtreecommitdiff
path: root/src/wasm-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-internal.h')
-rw-r--r--src/wasm-internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wasm-internal.h b/src/wasm-internal.h
index 97376685..285b22ca 100644
--- a/src/wasm-internal.h
+++ b/src/wasm-internal.h
@@ -56,5 +56,10 @@ typedef union WasmToken {
#define YYLTYPE WASM_LTYPE
int wasm_lex(WasmToken*, WasmLocation*, WasmScanner, WasmParser*);
+void wasm_print_memory(const void* start,
+ size_t size,
+ size_t offset,
+ int print_chars,
+ const char* desc);
#endif /* WASM_INTERNAL_H */