mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 21:24:48 +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
|
@ -18,6 +18,9 @@ struct deno_s {
|
|||
deno_recv_cb cb;
|
||||
void* data;
|
||||
};
|
||||
// TODO(ry) Remove these when we call deno_reply_start from Rust.
|
||||
char** deno_argv();
|
||||
int deno_argc();
|
||||
}
|
||||
|
||||
namespace deno {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue