MCPcopy Create free account
hub / github.com/WebAssembly/wabt / WriteU128

Method WriteU128

include/wabt/stream.h:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 Write(value, desc, print_chars);
101 }
102 void WriteU128(v128 value,
103 const char* desc = nullptr,
104 PrintChars print_chars = PrintChars::No) {
105 Write(value, desc, print_chars);
106 }
107
108 void WriteChar(char c,
109 const char* desc = nullptr,

Callers 1

WriteExprMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected