summaryrefslogtreecommitdiffstats
path: root/contrib/restricted/wavm/Include/WAVM/IR/RandomModule.h
blob: 50213f7a652cf0429e552bbf8e38552dbc62b8a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include "WAVM/Inline/BasicTypes.h"

namespace WAVM {
	struct RandomStream;
}

namespace WAVM { namespace IR {
	struct Module;

	WAVM_API void generateValidModule(IR::Module& module, RandomStream& randomStream);
}}