Skip to content

Make using deno more egonomic #39

@sigmaSd

Description

@sigmaSd

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

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions