Replies: 1 comment
-
If you need to swap out an implementation of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Deno's permissions model has been great so far, but supporting existing npm & Deno modules can be tough when the setting is to entirely block filesystem & environment access. It'd be great to support something like Deno Deploy's virtual filesystem to essentially run Deno but use custom implementations of the ext/fs crate.
Is there a path to doing this - using Deno as a crate and swapping a dependency, or is it better to try and do this as a sort of 'operating system' level task? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions