Execute JS for the first time in Rust rewrite.

Implements code_fetch handler in Rust.

Add ability to embed string assets (for typescript declaration files)

Remove deno_cc and deno_cc_nosnapshot targets.
This commit is contained in:
Ryan Dahl 2018-07-13 03:24:07 -04:00
parent 8a4e3dfda4
commit 3e51605bc9
17 changed files with 514 additions and 205 deletions

View file

@ -2,7 +2,7 @@
// All rights reserved. MIT License.
//import { debug } from "./main";
const debug = true;
const debug = false;
import { TypedArray } from "./types";