Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
206
namespace {
207
208
inline constexpr uint32_t HostVersion() noexcept {
209
return WasmEdge::AOT::kBinaryVersion;
210
}
211
212
inline constexpr uint8_t HostOSType() noexcept {
213
#if WASMEDGE_OS_LINUX
Callers
1
section.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected