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

Enum wasm_valkind_enum

include/wasm.h:180–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178
179typedef uint8_t wasm_valkind_t;
180enum wasm_valkind_enum {
181 WASM_I32,
182 WASM_I64,
183 WASM_F32,
184 WASM_F64,
185 WASM_EXTERNREF = 128,
186 WASM_FUNCREF,
187};
188
189WASM_API_EXTERN own wasm_valtype_t* wasm_valtype_new(wasm_valkind_t);
190

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected