aboutsummaryrefslogtreecommitdiff
path: root/tools/wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/wasm.h')
-rw-r--r--tools/wasm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/wasm.h b/tools/wasm.h
index afa1908..2e3e0c0 100644
--- a/tools/wasm.h
+++ b/tools/wasm.h
@@ -60,6 +60,7 @@
#define WASM_I32_SUB 0x6B
#define WASM_I32_MUL 0x6C
#define WASM_I32_DIV_U 0x6E
+#define WASM_I32_REM_U 0x70
static inline int is_valid_valtype(char value_type)
{