Cargo Features
denog_runtime has no features set by default.
[dependencies]
denog_runtime = { version = "0.7.3", features = ["docsrs", "dont_create_runtime_snapshot", "snapshot_from_snapshot", "include_js_files_for_snapshotting"] }
- docsrs
-
"fake" feature that allows to generate docs on docs.rs
- dont_create_runtime_snapshot
-
A feature that disables creation of startup snapshot during in the build script.
- snapshot_from_snapshot
-
A feature that changes how startup snapshot is generated, that allows extending it in embedder crates.
- include_js_files_for_snapshotting
-
A feature that disables embedding of the JavaScript source files in the binary.
With this feature enabled, the sources must be consumed during build time,
by creating a startup snapshot.Enables include_js_files_for_snapshotting of deno_core ^0.175.0
Affects
js::PATH_FOR_99_MAIN_JS
…