MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / getSDKVersion

Function getSDKVersion

lib/llvm/codegen.cpp:99–102  ·  view source on GitHub ↗

Get current SDK version

Source from the content-addressed store, hash-verified

97}
98// Get current SDK version
99std::string getSDKVersion() noexcept {
100 // TODO: parse SDKSettings.json to get real version
101 return "12.1"s;
102}
103// Get current SDK version in pair
104std::pair<uint32_t, uint32_t> getSDKVersionPair() noexcept {
105 // TODO: parse SDKSettings.json to get real version

Callers 1

codegen.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected