#ifndef TEST_WASM_API_TESTS_WASM_API_TEST_H_
#define TEST_WASM_API_TESTS_WASM_API_TEST_H_
#include "src/wasm/wasm-module-builder.h"
#include "src/wasm/wasm-opcodes.h"
#include "src/zone/accounting-allocator.h"
#include "src/zone/zone.h"
#include "test/common/wasm/wasm-macro-gen.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/wasm-api/wasm.hh"
namespace v8 {
namespace internal {
namespace wasm {
Engine;
Extern;
Foreign;
Func;
FuncType;
Global;
Instance;
Memory;
Module;
own;
ownvec;
Ref;
Store;
Table;
Trap;
Val;
ValType;
vec;
class WasmCapiTest : public ::testing::Test { … };
}
}
}
#endif