mirror of
https://github.com/denoland/deno.git
synced 2025-08-02 01:52:56 +00:00
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:
parent
8a4e3dfda4
commit
3e51605bc9
17 changed files with 514 additions and 205 deletions
|
@ -2,7 +2,7 @@
|
|||
// All rights reserved. MIT License.
|
||||
|
||||
//import { debug } from "./main";
|
||||
const debug = true;
|
||||
const debug = false;
|
||||
|
||||
import { TypedArray } from "./types";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue