// Copyright 2024 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_BASELINE_LIFTOFF_VARSTATE_H_ #define V8_WASM_BASELINE_LIFTOFF_VARSTATE_H_ #include "src/wasm/baseline/liftoff-register.h" #include "src/wasm/wasm-value.h" namespace v8::internalwasm // namespace v8::internal::wasm #endif // V8_WASM_BASELINE_LIFTOFF_VARSTATE_H_