aboutsummaryrefslogtreecommitdiff
path: root/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 /include
parent6d9d80362f9932bbc87e162b8ef7df06c73e27e1 (diff)
downloadnanowasm-c33a13fba8a0674fcc2d835021cc37f6cfe3d8fa.tar.gz
Add i32_store8
Diffstat (limited to 'include')
-rw-r--r--include/nanowasm/private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/nanowasm/private.h b/include/nanowasm/private.h
index 60fe383..018164e 100644
--- a/include/nanowasm/private.h
+++ b/include/nanowasm/private.h
@@ -273,6 +273,7 @@ union nw_i_sm
union
{
+ unsigned char i8;
long i32;
struct nw_ull i64;
float f32;