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

Function wasm_name_new_from_string_nt

include/wasm.h:113–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113static inline void wasm_name_new_from_string_nt(
114 own wasm_name_t* out, const char* s
115) {
116 wasm_name_new(out, strlen(s) + 1, s);
117}
118
119
120///////////////////////////////////////////////////////////////////////////////

Callers 1

fail_callbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected