Age | Commit message (Collapse) | Author |
|
|
|
Co-authored-by: Bert Belder <bertbelder@gmail.com>
|
|
|
|
|
|
The child process kept running and printing "hello" to stdout.
This commit also removes the dependency on reqwest and instead
switches to the re-export from the fetch crate.
Brings back commit 1a2e7741c33490d2a91147966019853c6b1d6a48.
|
|
This reverts commit 1a2e7741c33490d2a91147966019853c6b1d6a48.
|
|
This commit adds back "/json/list" endpoint to
inspector server which was erroneously removed
during server rewrite.
Co-authored-by: Ben Noordhuis <info@bnoordhuis.nl>
|
|
This commit replaces the "warp" web server in the "deno_runtime"
crate with a "hyper" server and a "tokio-tungstenite" websocket
implementation.
|
|
|
|
This commit moves Deno JS runtime, ops, permissions and
inspector implementation to new "deno_runtime" crate located
in "runtime/" directory.
Details in "runtime/README.md".
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
|