// 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. #if !V8_ENABLE_WEBASSEMBLY #error This header should only be included if WebAssembly is enabled. #endif // !V8_ENABLE_WEBASSEMBLY #include "src/wasm/compilation-environment.h" #include "src/wasm/wasm-code-manager.h" namespace v8::internal::wasm { inline CompilationEnv CompilationEnv::ForModule( const NativeModule* native_module) { … } constexpr CompilationEnv CompilationEnv::NoModuleAllFeatures() { … } } // namespace v8::internal::wasm #ifndef V8_WASM_COMPILATION_ENVIRONMENT_INL_H_ #define V8_WASM_COMPILATION_ENVIRONMENT_INL_H_ #endif // V8_WASM_COMPILATION_ENVIRONMENT_INL_H_