We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c988a0e commit 55ef6e8Copy full SHA for 55ef6e8
src/node_wasm_web_api.h
@@ -39,7 +39,7 @@ class WasmStreamingObject final : public BaseObject {
39
static void Abort(const v8::FunctionCallbackInfo<v8::Value>& args);
40
41
std::shared_ptr<v8::WasmStreaming> streaming_;
42
- size_t wasm_size_;
+ size_t wasm_size_ = 0;
43
};
44
45
// This is a v8::WasmStreamingCallback implementation that must be passed to
0 commit comments