diff --git a/src/node_wasm_web_api.cc b/src/node_wasm_web_api.cc index 365edbe3c2e1b4..a1e52726f3a7d0 100644 --- a/src/node_wasm_web_api.cc +++ b/src/node_wasm_web_api.cc @@ -132,7 +132,7 @@ void WasmStreamingObject::Finish(const FunctionCallbackInfo& args) { CHECK(obj->streaming_); CHECK_EQ(args.Length(), 0); - obj->streaming_->Finish(); + obj->streaming_->Finish(WasmStreaming::ModuleCachingCallback{}); } void WasmStreamingObject::Abort(const FunctionCallbackInfo& args) {