aboutsummaryrefslogtreecommitdiff
path: root/private_include
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi92@disroot.org>2025-11-06 21:31:05 +0100
committerXavier Del Campo Romero <xavi92@disroot.org>2025-11-06 21:31:05 +0100
commitc33a13fba8a0674fcc2d835021cc37f6cfe3d8fa (patch)
tree635df4c656f2fdf5bf9b5951b91f2adaeb3ea4ab /private_include
parent6d9d80362f9932bbc87e162b8ef7df06c73e27e1 (diff)
Add i32_store8
Diffstat (limited to 'private_include')
-rw-r--r--private_include/nw/ops.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/private_include/nw/ops.h b/private_include/nw/ops.h
index dce95a6..b8288ab 100644
--- a/private_include/nw/ops.h
+++ b/private_include/nw/ops.h
@@ -38,6 +38,7 @@ void nwp_op_i32_load(struct nw_interp *i);
void nwp_op_i32_load8_u(struct nw_interp *i);
void nwp_op_i32_store(struct nw_interp *i);
void nwp_op_i64_store(struct nw_interp *i);
+void nwp_op_i32_store8(struct nw_interp *i);
void nwp_op_current_memory(struct nw_interp *i);
void nwp_op_i32_const(struct nw_interp *i);
void nwp_op_i64_const(struct nw_interp *i);