aboutsummaryrefslogtreecommitdiffstats
path: root/capstone/arch/WASM/WASMModule.h
diff options
context:
space:
mode:
Diffstat (limited to 'capstone/arch/WASM/WASMModule.h')
-rw-r--r--capstone/arch/WASM/WASMModule.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/capstone/arch/WASM/WASMModule.h b/capstone/arch/WASM/WASMModule.h
new file mode 100644
index 000000000..e6201c866
--- /dev/null
+++ b/capstone/arch/WASM/WASMModule.h
@@ -0,0 +1,12 @@
+/* Capstone Disassembly Engine */
+/* By Spike, xwings 2019 */
+
+#ifndef CS_WASM_MODULE_H
+#define CS_WASM_MODULE_H
+
+#include "../../utils.h"
+
+cs_err WASM_global_init(cs_struct *ud);
+cs_err WASM_option(cs_struct *handle, cs_opt_type type, size_t value);
+
+#endif