// Copyright 2021 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef V8_WASM_STACKS_H_ #define V8_WASM_STACKS_H_ #if !V8_ENABLE_WEBASSEMBLY #error This header should only be included if WebAssembly is enabled. #endif // !V8_ENABLE_WEBASSEMBLY #include <optional> #include "src/common/globals.h" #include "src/utils/allocation.h" namespace v8 { class Isolate; } namespace v8::internalwasm // namespace v8::internal::wasm #endif // V8_WASM_STACKS_H_