WasmReader.h 663 B

1234567891011121314151617
  1. //-------------------------------------------------------------------------------------------------------
  2. // Copyright (C) Microsoft Corporation and contributors. All rights reserved.
  3. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
  4. //-------------------------------------------------------------------------------------------------------
  5. #pragma once
  6. #ifdef ENABLE_WASM
  7. // These are the WasmReader related structures that are needed outside of Chakra.WasmReader lib
  8. #include "WasmParseTree.h"
  9. #include "WasmSignature.h"
  10. #include "WasmFunctionInfo.h"
  11. #include "WasmReaderInfo.h"
  12. #endif // ENABLE_WASM