1#ifndef WASMTIME_COMPONENT_INSTANCE_H
2#define WASMTIME_COMPONENT_INSTANCE_H
6#ifdef WASMTIME_FEATURE_COMPONENT_MODEL
Build-time defines for how the C API was built.
Representation of a instance in Wasmtime.
Definition: component/instance.h:19
size_t index
Internal index within the store.
Definition: component/instance.h:23
uint64_t store_id
Internal identifier of what store this belongs to, never zero.
Definition: component/instance.h:21