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

Method make_data

include/wasm.hh:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 WASM_API_EXTERN void free_data();
53#else
54 void make_data() {}
55 void free_data() {}
56#endif
57

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected