Commit be41754f authored by Andreas Haas's avatar Andreas Haas Committed by V8 LUCI CQ

[wasm] Deprecate WasmModuleObjectBuilderSteraming

This class is just dead code.

Bug: v8:12926
Change-Id: Ic780c0b1bf5b1e517aa919b820fad4ec083d9ef7
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3689581Reviewed-by: 's avatarAdam Klein <adamk@chromium.org>
Commit-Queue: Andreas Haas <ahaas@chromium.org>
Cr-Commit-Position: refs/heads/main@{#81169}
parent fe53fc04
......@@ -219,7 +219,9 @@ class V8_EXPORT WasmStreaming final {
// TODO(mtrofin): when streaming compilation is done, we can rename this
// to simply WasmModuleObjectBuilder
class V8_EXPORT WasmModuleObjectBuilderStreaming final {
class V8_EXPORT V8_DEPRECATE_SOON(
"WasmStreaming is used for streaming compilation now.")
WasmModuleObjectBuilderStreaming final {
public:
explicit WasmModuleObjectBuilderStreaming(Isolate* isolate);
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment