| 13 | WasmEdge::Loader::Serializer Ser(Conf); |
| 14 | |
| 15 | WasmEdge::AST::TypeSection |
| 16 | createTypeSec(const WasmEdge::AST::FunctionType &FuncType) { |
| 17 | WasmEdge::AST::TypeSection TypeSec; |
| 18 | TypeSec.getContent() = {FuncType}; |
| 19 | return TypeSec; |
| 20 | } |
| 21 | |
| 22 | WasmEdge::AST::TypeSection |
| 23 | createTypeSec(const WasmEdge::AST::SubType &SubType) { |