summaryrefslogtreecommitdiff
path: root/src/snapshot.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/snapshot.rs')
-rw-r--r--src/snapshot.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/snapshot.rs b/src/snapshot.rs
new file mode 100644
index 000000000..52c8df47d
--- /dev/null
+++ b/src/snapshot.rs
@@ -0,0 +1,5 @@
+// Copyright 2018 the Deno authors. All rights reserved. MIT license.
+use libdeno::deno_buf;
+extern "C" {
+ pub static deno_snapshot: deno_buf;
+}