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