summaryrefslogtreecommitdiff
path: root/src/snapshot.rs
blob: 52c8df47de3539eabf3c7908c61eaeb177e99c8b (plain)
1
2
3
4
5
// Copyright 2018 the Deno authors. All rights reserved. MIT license.
use libdeno::deno_buf;
extern "C" {
  pub static deno_snapshot: deno_buf;
}