From c33a13fba8a0674fcc2d835021cc37f6cfe3d8fa Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Thu, 6 Nov 2025 21:31:05 +0100 Subject: Add i32_store8 --- include/nanowasm/private.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; -- cgit v1.2.3