summaryrefslogtreecommitdiff
path: root/js/README.md
blob: 850adb6eed0b9058aab1a919c591d58e1b384104 (plain)
1
2
3
4
5
6
7
8
9
10
# Crate: `deno_cli_snapshots`

## AKA `cli_snapshots` AKA `//js`

This is a small crate which exports just a few static blobs. It contains a
build.rs file which compiles Deno's internal JavaScript and TypeScript code
first into a single AMD bundle, and then into a binary V8 Snapshot.

The main Deno executable crate ("cli") depends on this crate and has access to
all the runtime code.