-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Description
Currently if I want to use deno
import createPlugin from "https://raw.githubusercontent.com/extism/js-sdk/main/src/mod.ts";
I need to run like this deno run --import-map https://raw.githubusercontent.com/extism/js-sdk/main/deno.json deno_run.ts
You can see I had to specify the import map for the code to work
I think if this was published in deno.com/x it would have picked the deno.json file automatically.
Metadata
Metadata
Assignees
Labels
No labels