forked from OSchip/llvm-project
parent
c551522d25
commit
b07a016ed1
|
@ -91,8 +91,8 @@ struct WasmLocalDecl {
|
|||
struct WasmFunction {
|
||||
std::vector<WasmLocalDecl> Locals;
|
||||
ArrayRef<uint8_t> Body;
|
||||
size_t CodeSectionOffset;
|
||||
size_t Size;
|
||||
uint32_t CodeSectionOffset;
|
||||
uint32_t Size;
|
||||
};
|
||||
|
||||
struct WasmDataSegment {
|
||||
|
|
Loading…
Reference in New Issue