Replies: 1 comment
-
You're in luck! That part of the deno globals is fully populated as of today on master But you'll need to turn on the https://rscarson.github.io/rustyscript-book/extensions/fs.html |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, great crate!!
Quick question, I am trying to get a Deno script working, but it seems that the global
Deno
object does not seem to be present resulting in errors. For more context, here is the simple script I try to runHere is my Rust code executing it:
I get the following error
Beta Was this translation helpful? Give feedback.
All reactions