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

Function wasm_name_new_from_string

include/wasm.h:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105#define wasm_name_delete wasm_byte_vec_delete
106
107static inline void wasm_name_new_from_string(
108 own wasm_name_t* out, const char* s
109) {
110 wasm_name_new(out, strlen(s), s);
111}
112
113static inline void wasm_name_new_from_string_nt(
114 own wasm_name_t* out, const char* s

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected