Update instance.c
authorMagne Tenstad <46494695+magnetenstad@users.noreply.github.com>
Sat, 2 Dec 2023 05:23:09 +0000 (06:23 +0100)
committerGitHub <noreply@github.com>
Sat, 2 Dec 2023 05:23:09 +0000 (06:23 +0100)
interpreter/src/wasm/instance.c

index d910d54586cef5511429af6d66af4536b0ac0d28..733acf5e195cfed09e17cca6658a67eff1c5addb 100644 (file)
@@ -4,7 +4,7 @@
 #include "vm.h"
 #include <alloca.h>
 
-static_assert(sizeof(ovm_value_t) == sizeof(wasm_val_t));
+static_assert(sizeof(ovm_value_t) == sizeof(wasm_val_t), "Size of ovm_value_t should match size of wasm_val_t");
 
 typedef struct wasm_ovm_binding wasm_ovm_binding;
 struct wasm_ovm_binding {