Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rust library with batteries included #2634

Closed
s-panferov opened this issue Jul 11, 2019 · 1 comment
Closed

Rust library with batteries included #2634

s-panferov opened this issue Jul 11, 2019 · 1 comment

Comments

@s-panferov
Copy link

s-panferov commented Jul 11, 2019

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:

  1. The TypeScript compiler
  2. Fetch
  3. Timers

But it would be useful to be able to turn on everything selectively.

@s-panferov s-panferov changed the title Rust library with bataries included Rust library with batteries included Jul 11, 2019
@s-panferov
Copy link
Author

Github created two issues somehow, closing this in favor of #2633

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant