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

Function HostVersion

lib/loader/ast/section.cpp:208–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206namespace {
207
208inline constexpr uint32_t HostVersion() noexcept {
209 return WasmEdge::AOT::kBinaryVersion;
210}
211
212inline constexpr uint8_t HostOSType() noexcept {
213#if WASMEDGE_OS_LINUX

Callers 1

section.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected