Questions about embedding deno #9595
Replies: 1 comment 4 replies
-
It depends if you just need basic building blocks, or want to use APIs provided in
URL import support is not part of
Correct, same story as with URL import support. For more info, please drop by to Deno's Discord server (https://discord.gg/deno), issues are meant to be used for bug reports. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have some questions about embedding deno that I couldn't find in any docs:
deno_coreordeno_runtime?executemethod in both runtime and core is not a future? I suppose therun_event_loopis for when I want to run something like a server written in javascript that will run indefinitely, right?Beta Was this translation helpful? Give feedback.
All reactions