MCPcopy Create free account
hub / github.com/WebAssembly/wasm-c-api / wasm_externkind_enum

Enum wasm_externkind_enum

include/wasm.h:264–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262
263typedef uint8_t wasm_externkind_t;
264enum wasm_externkind_enum {
265 WASM_EXTERN_FUNC,
266 WASM_EXTERN_GLOBAL,
267 WASM_EXTERN_TABLE,
268 WASM_EXTERN_MEMORY,
269 WASM_EXTERN_TAG,
270};
271
272WASM_API_EXTERN wasm_externkind_t wasm_externtype_kind(const wasm_externtype_t*);
273

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected