Perl x Open Food Facts Hackathon: Paris, France - May 24-25 Learn more

#ifndef SPVM_RUNTIME_FIELD_H
#define SPVM_RUNTIME_FIELD_H
#include "spvm_typedecl.h"
struct spvm_runtime_field {
int32_t id;
int32_t name_id;
int32_t signature_id;
int32_t index;
int32_t offset;
int32_t type_id;
int32_t class_id;
};
#endif