[][src]Function deno_typescript::mksnapshot_bundle

pub fn mksnapshot_bundle(
    isolate: &mut Isolate,
    snapshot_filename: &Path,
    bundle_filename: &Path,
    main_module_name: &str
) -> Result<(), ErrBox>

Create a V8 snapshot.