An interior pointer into a wasmtime_store_t which is used as "context" for many functions.
WASM_API_EXTERN wasmtime_error_t * wasmtime_tag_new(wasmtime_context_t *store, const wasm_tagtype_t *tt, wasmtime_tag_t *ret)
Creates a new host-defined tag.
WASM_API_EXTERN wasm_tagtype_t * wasmtime_tag_type(const wasmtime_context_t *store, const wasmtime_tag_t *tag)
Returns the type of the given tag.
WASM_API_EXTERN bool wasmtime_tag_eq(const wasmtime_context_t *store, const wasmtime_tag_t *a, const wasmtime_tag_t *b)
Tests whether two tags are identical (same definition).