summaryrefslogtreecommitdiff
path: root/rts/linker/Wasm32Types.h
blob: 991cda35e1277ad687df9287468608e3803ad8e5 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#if defined(OBJFORMAT_WASM32)

struct SectionFormatInfo { };

struct ObjectCodeFormatInfo { };

#endif