Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ setOutputFormat
Method
setOutputFormat
include/common/configure.h:74–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
Wasm,
73
};
74
void setOutputFormat(OutputFormat Format) noexcept {
75
OFormat.store(Format, std::memory_order_relaxed);
76
}
77
OutputFormat getOutputFormat() const noexcept {
78
return OFormat.load(std::memory_order_relaxed);
79
}
Callers
5
Compiler
Function · 0.80
WasmEdge_ConfigureCompilerSetOutputFormat
Function · 0.80
compile
Method · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
3
compile
Method · 0.64
TEST
Function · 0.64
TEST
Function · 0.64