#if !V8_ENABLE_WEBASSEMBLY
#error This header should only be included if WebAssembly is enabled.
#endif
#ifndef V8_WASM_STRING_BUILDER_MULTILINE_H_
#define V8_WASM_STRING_BUILDER_MULTILINE_H_
#include <cstring>
#include <iostream>
#include <string>
#include <vector>
#include "src/wasm/string-builder.h"
namespace v8 {
namespace debug {
class DisassemblyCollector;
}
namespace internal {
namespace wasm {
inline int GetNumDigits(uint32_t value) { … }
struct LabelInfo { … };
class MultiLineStringBuilder : public StringBuilder { … };
}
}
}
#endif