You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #1209 you introduced a deno crate which allows creating and working with a basic Isolate. This is definitely usable, but it would be very helpful to have the ability to "turn on" Deno's standard library from the cli package to be available in deno crate too.
My use case: I'm trying to build a FaaS on top of Deno, and I would like to have some parts of the cli package available in deno crate:
The TypeScript compiler
Fetch
Timers
But it would be useful to be able to turn on everything selectively.
The text was updated successfully, but these errors were encountered:
s-panferov
changed the title
Rust library with bataries included
Rust library with batteries included
Jul 11, 2019
In #1209 you introduced a
deno
crate which allows creating and working with a basicIsolate
. This is definitely usable, but it would be very helpful to have the ability to "turn on" Deno's standard library from thecli
package to be available indeno
crate too.My use case: I'm trying to build a FaaS on top of Deno, and I would like to have some parts of the
cli
package available indeno
crate:But it would be useful to be able to turn on everything selectively.
The text was updated successfully, but these errors were encountered: