We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b05394e commit 317a13bCopy full SHA for 317a13b
tools/snapshot/README.md
@@ -22,7 +22,7 @@ In the default build of the Node.js executable, to embed a V8 startup snapshot
22
into the Node.js executable, `libnode` is first built with these unresolved
23
symbols:
24
25
-- `node::NodeMainInstance::GetEmbeddedSnapshotData`
+- `node::SnapshotBuilder::GetEmbeddedSnapshotData`
26
27
Then the `node_mksnapshot` executable is built with C++ files in this
28
directory, as well as `src/node_snapshot_stub.cc` which defines the unresolved
0 commit comments