aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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;